aaa1885833
ok jasper@
28 lines
521 B
Makefile
28 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:38 ajacoutot Exp $
|
|
|
|
COMMENT= send emails with Catalyst
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Catalyst-Plugin-Email-0.08
|
|
REVISION= 1
|
|
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 \
|
|
mail/p5-Email-MIME-Creator \
|
|
mail/p5-Email-Send \
|
|
www/p5-Catalyst-Runtime
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|