mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
6d2e8f9aeb
Approved by: bapt
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# 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>
|