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 | |
parent | Upgrade to version 2.14. (diff) |
The port was broken (thanks Sathosi and Andreas) under standard FreeBSD
systems because I've made an error in the original ePerl 2.2.9 tarball (under
my FreeBSD boxes it worked, because there a /sw/bin/perl exists). I've now
fixed it for 2.2.10 and now the ports is again ok. At least I hope that it is
ok now again... ;_)
Notes
Notes:
svn path=/head/; revision=9215
Diffstat (limited to 'lang/eperl')
-rw-r--r-- | lang/eperl/Makefile | 8 | ||||
-rw-r--r-- | lang/eperl/distinfo | 2 |
2 files changed, 4 insertions, 6 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 diff --git a/lang/eperl/distinfo b/lang/eperl/distinfo index af3e37bf4b1c..46b012d24a08 100644 --- a/lang/eperl/distinfo +++ b/lang/eperl/distinfo @@ -1 +1 @@ -MD5 (eperl-2.2.9.tar.gz) = 208731974f9b0cb3d6f127e5334365e2 +MD5 (eperl-2.2.10.tar.gz) = 1970770f53d96160de09c49e28121b58 |