c299a56e75
Reported by janus at errornet.de. Thanks!
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.25 2006/09/18 13:53:15 bernd Exp $
|
|
|
|
COMES_WITH= 4.0
|
|
|
|
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>
|