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

27 lines
615 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2009/08/12 10:26:58 simon 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.456
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-Encodings->=1.313:mail/p5-Email-MIME-Encodings \
: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>