23 lines
491 B
Makefile
23 lines
491 B
Makefile
# New ports collection makefile for: p5-Convert-UUlib
|
|
# Date created: November 19th 2000
|
|
# Whom: Blaz Zupan <blaz@amis.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Convert-UUlib
|
|
PORTVERSION= 1.03
|
|
PORTEPOCH= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Convert
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Convert::UUlib.3
|
|
|
|
.include <bsd.port.mk>
|