diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-31 21:46:39 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-31 21:46:39 +0000 |
commit | 4fcfc184072cc2b55563ed7b123d170cad7f1f06 (patch) | |
tree | 26eb8fe71025dae64fdf04887c9479a329852927 /mail/mailagent/Makefile | |
parent | 724bc292d4f0d9ef65cb957fcd11f26426e95633 (diff) | |
download | ports-4fcfc184072cc2b55563ed7b123d170cad7f1f06.tar.gz ports-4fcfc184072cc2b55563ed7b123d170cad7f1f06.zip |
Notes
Diffstat (limited to 'mail/mailagent/Makefile')
-rw-r--r-- | mail/mailagent/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 09d642b0192d..d2e583d4b05e 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -1,20 +1,17 @@ # New ports collection makefile for: mailagent -# Version required: 3.0pl53+unofficial-patch +# Version required: 3.0pl54 # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1997/01/20 02:30:08 max Exp $ +# $Id: Makefile,v 1.8 1997/01/20 02:43:25 max Exp $ # -DISTNAME= mailagent-3.0pl53 -PKGNAME= mailagent-3.0.53 +DISTNAME= mailagent-3.0pl54 +PKGNAME= mailagent-3.0.54 CATEGORIES= mail MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS -PATCHFILES= mailagent-3.0pl53-unoff-patch.gz -PATCH_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ - MAINTAINER= max@FreeBSD.ORG RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 |