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

24 lines
466 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2007/09/16 00:17:05 merdely Exp $
2006-11-12 19:11:11 -05:00
COMMENT= Email::Simple constructor for starting anew
2006-11-12 19:11:11 -05:00
MODULES= cpan
DISTNAME= Email-Simple-Creator-1.420
2006-11-12 19:11:11 -05:00
CATEGORIES= mail
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-12 19:11:11 -05:00
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::mail/p5-Email-Date \
::mail/p5-Email-Simple
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>