openbsd-ports/mail/p5-Email-MIME-Creator/Makefile

30 lines
602 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2010/12/03 11:45:38 ajacoutot Exp $
2006-11-12 19:10:44 -05:00
COMMENT= Email::MIME constructor for starting anew
2006-11-12 19:10:44 -05:00
MODULES= cpan
2010-10-18 15:59:15 -04:00
USE_GROFF = Yes
2006-11-12 19:10:44 -05:00
DISTNAME= Email-MIME-Creator-1.456
REVISION= 1
2006-11-12 19:10:44 -05:00
CATEGORIES= mail
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-12 19:10:44 -05:00
# Perl
2006-11-12 19:10:44 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= mail/p5-Email-MIME \
mail/p5-Email-MIME-Encodings>=1.313 \
mail/p5-Email-MIME-Modifier>=1.441 \
mail/p5-Email-Simple>=2.100
2010-11-19 02:23:05 -05:00
REGRESS_DEPENDS= mail/p5-Email-MIME
2006-11-12 19:10:44 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>