freebsd-ports/devel/p5-Module-Util/Makefile
Dmitry Marakasov 5a4c63e288 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-06-10 09:04:29 +00:00

20 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= Module-Util
PORTVERSION= 1.09
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module name tools and transformations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>