2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/12/03 11:45:38 ajacoutot Exp $
|
2006-11-13 00:10:44 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= Email::MIME constructor for starting anew
|
2006-11-13 00:10:44 +00:00
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-18 19:59:15 +00:00
|
|
|
USE_GROFF = Yes
|
2006-11-13 00:10:44 +00:00
|
|
|
|
2009-08-12 10:26:58 +00:00
|
|
|
DISTNAME= Email-MIME-Creator-1.456
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 1
|
2006-11-13 00:10:44 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
2007-05-05 17:44:50 +00:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2006-11-13 00:10:44 +00:00
|
|
|
|
2006-12-27 12:56:07 +00:00
|
|
|
# Perl
|
2006-11-13 00:10:44 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 07:23:05 +00: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-01-08 11:40:43 +00:00
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
REGRESS_DEPENDS= mail/p5-Email-MIME
|
2006-11-13 00:10:44 +00:00
|
|
|
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|