1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/lang/p5-ePerl/Makefile
Sunpoet Po-Chuan Hsieh f20ebf7c68 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189334
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:51:17 +00:00

22 lines
410 B
Makefile

# Created by: Ralf S. Engelschall <rse@engelschall.com>
# $FreeBSD$
PORTNAME= eperl
PORTVERSION= 2.2.14
CATEGORIES= lang www perl5
MASTER_SITES= OSSP/tool/${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
LICENSE= ART10 GPLv2
LICENSE_COMB= dual
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>