ba127194e9
- Pass maintainership to submitter PR: 132160 Submitted by: Florian Smeets <flo@kasimir.com>
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# New ports collection makefile for: p5-ePerl
|
|
# Date created: 03-Sep-1997
|
|
# Whom: 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@kasimir.com
|
|
COMMENT= Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Parse::ePerl.3 Apache::ePerl.3
|
|
|
|
.include <bsd.port.mk>
|