freebsd-ports/converters/p5-Convert-UU/Makefile
Po-Chuan Hsieh ef13e4eace
converters/p5-Convert-UU: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-10 22:46:21 +08:00

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>