a6f94afd82
PERMIT_* to Yes. ok sturm@, todd@ (MAINTAINER)
21 lines
469 B
Makefile
21 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.24 2006/08/08 12:05:47 bernd Exp $
|
|
|
|
COMMENT= "Perl5 module for Base64 and Quoted-Printable encodings"
|
|
|
|
DISTNAME= MIME-Base64-3.05
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
MAINTAINER= Todd T. Fries <todd@openbsd.org>
|
|
|
|
# Same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|