78c29f506b
Etheridge's fork, update to latest version and take maintainership.
20 lines
340 B
Makefile
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>
|