mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# Created by: Ralf S. Engelschall <rse@engelschall.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eperl
|
|
PORTVERSION= 2.2.14
|
|
CATEGORIES= lang www perl5
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
MASTER_SITE_SUBDIR= tool/${PORTNAME}
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= flo@FreeBSD.org
|
|
COMMENT= Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Parse::ePerl.3 Apache::ePerl.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|