20 lines
414 B
Makefile
20 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:17 espie Exp $
|
|
|
|
COMMENT= unified interface to MIME encoding and decoding
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Email-MIME-Encodings-1.313
|
|
REVISION= 0
|
|
CATEGORIES= mail
|
|
USE_GROFF = Yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|