diff options
author | andreas <andreas@FreeBSD.org> | 1997-05-03 12:36:05 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-05-03 12:36:05 +0000 |
commit | 304b611f5c4d94c91dea15979764d68a35ffd243 (patch) | |
tree | 39fb0f033fd7953c9ab844c2c099958f66753ae8 /lang/eperl/Makefile | |
parent | ef139bc7f8a26a279a729ebbcfc48023a6c1e32f (diff) | |
download | FreeBSD-ports-304b611f5c4d94c91dea15979764d68a35ffd243.zip FreeBSD-ports-304b611f5c4d94c91dea15979764d68a35ffd243.tar.gz |
Backed out my changes based on the missassumption, that SSSL has
something to deal with SSL ;-)
Reordered master sites, put http address before ftp, because the
ftp server's address might change soon.
PR:
Reviewed by:
Submitted by: the author
Obtained from:
Diffstat (limited to 'lang/eperl/Makefile')
-rw-r--r-- | lang/eperl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 77744cc..3ed5dcf 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,13 +3,13 @@ # Date created: Fri May 2 13:16:31 MET DST 1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id$ +# $Id: Makefile,v 1.4 1997/05/03 07:54:53 andreas Exp $ # DISTNAME= eperl-2.1.1 CATEGORIES= lang www perl5 -MASTER_SITES= ftp://ftp.engelschall.com/sw/ \ - http://www.engelschall.com/sw/eperl/distrib/ +MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/ \ + ftp://ftp.engelschall.com/sw/ MAINTAINER= rse@engelschall.com @@ -21,7 +21,7 @@ MAINTAINER= rse@engelschall.com # owner of the executed script when operating # as a SSSL. Implies usage of SetUID bit! # -#INSTALL_ALSO_AS_SSSL= yes # apache's SSL port is currently marked BROKEN +INSTALL_ALSO_AS_SSSL= yes #ENABLE_UID_SWITCHING= yes BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 |