freebsd-ports/devel/p5-aliased/Makefile
Dag-Erling Smørgrav 78c29f506b The original module has been broken since Perl 5.21. Switch to Karen
Etheridge's fork, update to latest version and take maintainership.
2017-01-31 10:42:24 +00:00

20 lines
340 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= aliased
PORTVERSION= 0.34
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ETHER
PKGNAMEPREFIX= p5-
MAINTAINER= des@FreeBSD.org
COMMENT= Use shorter versions of class names
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuildtiny
.include <bsd.port.mk>