2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/12/03 11:45:38 ajacoutot Exp $
|
2006-11-12 19:10:54 -05:00
|
|
|
|
2007-12-30 06:23:58 -05:00
|
|
|
COMMENT= simply sending email
|
2006-11-12 19:10:54 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-18 15:59:15 -04:00
|
|
|
USE_GROFF = Yes
|
2006-11-12 19:10:54 -05:00
|
|
|
|
2009-01-13 09:41:13 -05:00
|
|
|
DISTNAME= Email-Send-2.194
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2006-11-12 19:10:54 -05:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
2007-05-05 13:44:50 -04:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2006-11-12 19:10:54 -05:00
|
|
|
|
2006-12-25 10:17:52 -05:00
|
|
|
# Perl
|
2006-11-12 19:10:54 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Return-Value \
|
|
|
|
mail/p5-Email-Address \
|
|
|
|
mail/p5-Email-Simple
|
2006-11-12 19:10:54 -05:00
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
REGRESS_DEPENDS=mail/p5-Email-Abstract \
|
|
|
|
mail/p5-Mail-Tools
|
2007-12-30 06:23:58 -05:00
|
|
|
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
2006-11-12 19:10:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|