mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ba4cf9fabb
myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
24 lines
518 B
Makefile
24 lines
518 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= ftp://ftp.ossp.org/pkg/tool/eperl/ \
|
|
${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR=Parse
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Parse::ePerl.3 Apache::ePerl.3
|
|
|
|
.include <bsd.port.mk>
|