mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ccdb93701a
In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
24 lines
652 B
Makefile
24 lines
652 B
Makefile
# New ports collection makefile for: p5-MIME-Base64
|
|
# Version required: 2.01
|
|
# Date created: June 21th 1997
|
|
# Whom: ache@freebsd.org
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/06/21 12:00:27 ache Exp $
|
|
#
|
|
|
|
DISTNAME= MIME-Base64-2.01
|
|
PKGNAME= p5-MIME-Base64-2.01
|
|
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>
|