openbsd-ports/mail/p5-MIME-EncWords/Makefile
landry ae8979d2d4 Import p5-MIME-EncWords-1.011.1 :
MIME::EncWords is aimed to be another implimentation of MIME::Words so
that it will achive more exact conformance with RFC 2047 (former RFC
1522) specifications. Additionally, it contains some improvements.
2009-11-12 20:25:18 +00:00

20 lines
400 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:25:18 landry Exp $
COMMENT = perl module to deal with RFC 2047 encoded words
DISTNAME = MIME-EncWords-1.011.1
CATEGORIES = mail
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::mail/p5-MIME-Charset
.include <bsd.port.mk>