16 lines
272 B
Makefile
16 lines
272 B
Makefile
COMMENT = perl module to deal with RFC 2047 encoded words
|
|
|
|
DISTNAME = MIME-EncWords-1.014.3
|
|
CATEGORIES = mail
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = mail/p5-MIME-Charset
|
|
|
|
.include <bsd.port.mk>
|