26 lines
551 B
Makefile
26 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/09/16 00:17:05 merdely Exp $
|
|
|
|
COMMENT= Email::MIME constructor for starting anew
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Email-MIME-Creator-1.453
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
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 \
|
|
::mail/p5-Email-Simple \
|
|
::mail/p5-Email-Simple-Creator
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|