openbsd-ports/mail/p5-Email-Simple/Makefile
stephan 7279b434b1 - update to 2.100
- add @conflict/@pkgpath to obsolete p5-Email-Simple-Creator
- add new RUN_DEPENDS
- style tweaks

ok sthen@ and jasper@
2010-01-08 10:38:30 +00:00

23 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.7 2010/01/08 10:38:30 stephan Exp $
COMMENT = simple module for handling email messages
MODULES = cpan
DISTNAME = Email-Simple-2.100
CATEGORIES = mail
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::mail/p5-Email-Date-Format
BUILD_DEPENDS = ${RUN_DEPENDS}
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>