aaa1885833
ok jasper@
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:45:38 ajacoutot Exp $
|
|
|
|
COMMENT = perl module to deal with RFC 2047 encoded words
|
|
|
|
DISTNAME = MIME-EncWords-1.011.1
|
|
REVISION = 0
|
|
CATEGORIES = mail
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = mail/p5-MIME-Charset
|
|
|
|
.include <bsd.port.mk>
|