ef13e4eace
Approved by: portmgr (blanket)
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
PORTNAME= Convert-UU
|
|
PORTVERSION= 0.52.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl5 module for uuencode and uudecode
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|