1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/p5-ePerl/Makefile
Florian Smeets 43d6fb8dee - change MAINTAINER to my @FreeBSD.org address
Approved by: jadawin (mentor)
2010-12-27 22:02:09 +00:00

25 lines
507 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@FreeBSD.org
COMMENT= Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
MAKE_JOBS_UNSAFE= yes
PERL_CONFIGURE= yes
MAN3= Parse::ePerl.3 Apache::ePerl.3
.include <bsd.port.mk>