freebsd-ports/converters/p5-Convert-UU/Makefile

27 lines
628 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Convert-UU
1998-02-18 19:16:08 +01:00
# Version required: 0.20
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.14 1998/08/30 15:49:41 steve Exp $
#
1998-02-18 19:16:08 +01:00
DISTNAME= Convert-UU-0.20
PKGNAME= p5-Convert-UU-0.20
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MAN1= puuencode.1 puudecode.1
MAN3= Convert::UU.3
1998-08-30 17:49:44 +02:00
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>