2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:45:38 ajacoutot Exp $
|
2009-08-10 17:51:56 +00:00
|
|
|
|
2009-11-03 13:27:43 +00:00
|
|
|
COMMENT= module to generate replies to e-mail messages.
|
2009-08-10 17:51:56 +00:00
|
|
|
|
2009-11-03 13:27:43 +00:00
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Email-Reply-1.202
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 1
|
2009-11-03 13:27:43 +00:00
|
|
|
CATEGORIES= mail
|
2010-10-18 19:59:15 +00:00
|
|
|
USE_GROFF = Yes
|
2009-08-10 17:51:56 +00:00
|
|
|
|
2009-11-03 13:27:43 +00:00
|
|
|
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
2009-08-10 17:51:56 +00:00
|
|
|
|
|
|
|
# Same as Perl
|
2009-11-03 13:27:43 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-08-10 17:51:56 +00:00
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
RUN_DEPENDS= mail/p5-Email-Abstract>=2.01 \
|
|
|
|
mail/p5-Email-MIME-Creator>=1.41
|
2009-08-10 17:51:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|