blob: 65856f1248467f3bdc37acdd166a348e8f00aeb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Ralf S. Engelschall <rse@engelschall.com>
# $FreeBSD$
PORTNAME= eperl
PORTVERSION= 2.2.14
PORTREVISION= 1
CATEGORIES= lang www perl5
MASTER_SITES= OSSP/tool/${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
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>
|