1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/converters/p5-MIME-Base64/Makefile
Andrey A. Chernov c3e9c25d69 Upgrade to 2.03
1997-08-04 22:47:31 +00:00

24 lines
649 B
Makefile

# New ports collection makefile for: p5-MIME-Base64
# Version required: 2.03
# Date created: June 21th 1997
# Whom: ache@freebsd.org
#
# $Id: Makefile,v 1.2 1997/06/24 18:43:23 jfitz Exp $
#
DISTNAME= MIME-Base64-2.03
PKGNAME= p5-MIME-Base64-2.03
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
USE_PERL5= YES
MAN3= MIME::Base64.3 MIME::QuotedPrint.3
MAN3PREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>