1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/converters/p5-Convert-UU/Makefile

29 lines
635 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Convert-UU
1999-06-12 21:31:12 +00:00
# Version required: 0.40
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
1999-06-12 21:31:12 +00:00
DISTNAME= Convert-UU-0.40
PKGNAME= p5-Convert-UU-0.40
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
MAINTAINER= jfitz@FreeBSD.org
USE_PERL5= YES
.include <bsd.port.pre.mk>
MAN1= puuencode.1 puudecode.1
MAN3= Convert::UU.3
1998-08-30 15:49:44 +00:00
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
1999-02-16 13:43:03 +00:00
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX}
.include <bsd.port.post.mk>