freebsd-ports/devel/p5-Alias/Makefile
Sunpoet Po-Chuan Hsieh f0b92a94c5 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT

PR:		ports/190239
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:33:40 +00:00

20 lines
329 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Alias
PORTVERSION= 2.32
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module that performs aliasing services
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>