26 lines
532 B
Makefile
26 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 00:10:44 espie Exp $
|
|
|
|
COMMENT= "Email::MIME constructor for starting anew"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Email-MIME-Creator-1.45
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::mail/p5-Email-MIME \
|
|
::mail/p5-Email-MIME-Modifier \
|
|
::mail/p5-Email-Simple \
|
|
::mail/p5-Email-Simple-Creator
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|