openbsd-ports/mail/p5-Email-MIME-Attachment-Stripper/Makefile
stephan 5bd83decff change maintainer email address.
fixing some whitespaces into tabs while at it.

ok sthen@ and jasper@
2009-11-03 13:27:43 +00:00

23 lines
569 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/11/03 13:27:43 stephan Exp $
COMMENT= strip the attachments from an e-mail
MODULES= cpan
DISTNAME= Email-MIME-Attachment-Stripper-1.316
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= mail
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Email-MIME->=1.861:mail/p5-Email-MIME \
::mail/p5-Email-MIME-ContentType \
:p5-Email-MIME-Modifier->=1.442:mail/p5-Email-MIME-Modifier
.include <bsd.port.mk>