diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-12-28 17:10:54 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-12-28 17:10:54 +0000 |
commit | 4c41dd539c76ba7650b5482156bcb9aad5e17bf5 (patch) | |
tree | 152399f9fc010bbc31d1a1470f4ebac5415aaba5 /lang/eperl/Makefile | |
parent | 6d17d8522e47b0cc6be521745c737f828b5d928c (diff) |
Notes
Diffstat (limited to 'lang/eperl/Makefile')
-rw-r--r-- | lang/eperl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index e7763da5eaac..b4189c243ed9 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: eperl -# Version required: 2.2.9 +# Version required: 2.2.10 # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.22 1997/12/24 10:07:46 asami Exp $ +# $Id: Makefile,v 1.23 1997/12/25 11:08:53 rse Exp $ # -DISTNAME= eperl-2.2.9 +DISTNAME= eperl-2.2.10 CATEGORIES= lang www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.engelschall.com/sw/eperl/distrib/ \ @@ -26,8 +26,6 @@ MAINTAINER= rse@engelschall.com RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache .endif -BROKEN= cannot find ./etc/asc2c - USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-perl=${PREFIX}/bin/perl |