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

26 lines
551 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2007/09/16 00:17:05 merdely 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
DISTNAME= Email-MIME-Creator-1.453
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
RUN_DEPENDS= ::mail/p5-Email-MIME \
:p5-Email-MIME-Modifier->=1.441:mail/p5-Email-MIME-Modifier \
2006-11-12 19:10:44 -05:00
::mail/p5-Email-Simple \
::mail/p5-Email-Simple-Creator
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>