9e135bf55b
spotted & ok bluhm@ ok sthen@
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/05/21 13:52:55 giovanni Exp $
|
|
|
|
COMMENT= handle MIME messages
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Email-MIME-1.910
|
|
REVISION= 0
|
|
CATEGORIES= mail
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
RUN_DEPENDS= mail/p5-Email-MessageID \
|
|
mail/p5-Email-MIME-ContentType>=1.014 \
|
|
mail/p5-Email-MIME-Encodings \
|
|
mail/p5-Email-Simple>=2.003 \
|
|
mail/p5-MIME-Types
|
|
|
|
.include <bsd.port.mk>
|