f15b57f2b8
bump all PKGNAMEs. OK jasper@
25 lines
489 B
Makefile
25 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/12/25 13:40:28 simon Exp $
|
|
|
|
COMMENT= "Email::Simple constructor for starting anew"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Email-Simple-Creator-1.41
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Simon Dassow <simon@openbsd.org>
|
|
|
|
# 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>
|