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

29 lines
679 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Convert-UU
1999-06-12 23:31:12 +02:00
# Version required: 0.40
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-06-12 23:31:12 +02:00
# $Id: Makefile,v 1.18 1999/02/16 13:43:03 jseger Exp $
#
1999-06-12 23:31:12 +02: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 17:49:44 +02:00
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
1999-02-16 14:43:03 +01:00
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX}
.include <bsd.port.post.mk>