diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-24 21:17:16 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-24 21:17:16 +0800 |
commit | 2b587a03064ed1baf7d45ff66e941990a31f5472 (patch) | |
tree | 38ac714cd7cb9d5a9e429eb4d55d49e846f936e7 /mail/mailagent | |
parent | e0a364c12d4b08edd46dcbf0870d48519479c8e8 (diff) | |
download | freebsd-ports-graphics-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.gz freebsd-ports-graphics-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.zst freebsd-ports-graphics-2b587a03064ed1baf7d45ff66e941990a31f5472.zip |
Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 3f1fdedb778..a3ee7a287b8 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.13 1997/04/30 03:18:05 asami Exp $ +# $Id: Makefile,v 1.14 1997/05/06 14:28:42 jfitz Exp $ # DISTNAME= mailagent-3.0pl56 @@ -14,8 +14,8 @@ MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ MAINTAINER= max@FreeBSD.ORG -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_PACKAGE= "Correct FQDN needs to be hardcoded" WRKSRC= ${WRKDIR}/mailagent-3.0 @@ -34,7 +34,7 @@ MAN1= edusers.1 mailagent.1 maildist.1 \ maillist.1 mailpatch.1 package.1 # Note that mailhelp.1 is intentionally left uncompressed as it is referred # from several other man pages with .so macro. -PERLPATH!= dirname `which perl5.003` +PERLPATH!= dirname `which perl5.004` pre-extract: @if [ `/bin/sh -c umask` != 0022 ]; then \ |