19 lines
398 B
Makefile
19 lines
398 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/07/13 20:14:21 sthen Exp $
|
|
|
|
COMMENT= unified interface to MIME encoding and decoding
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Email-MIME-Encodings-1.313
|
|
REVISION= 0
|
|
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
|
|
|
|
.include <bsd.port.mk>
|