freebsd-ports/converters/p5-Convert-UUlib/Makefile
Sunpoet Po-Chuan Hsieh 7577db4c20 - Remove DOCS option
- Bump PORTREVISION for package change
2015-06-29 13:50:29 +00:00

22 lines
438 B
Makefile

# Created by: Blaz Zupan <blaz@amis.net>
# $FreeBSD$
PORTNAME= Convert-UUlib
PORTVERSION= 1.40
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:S,0,,}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>