diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-06 14:28:43 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-06 14:28:43 +0000 |
commit | 2d81f85bc8305c7fa98440c3724a09b11ef7cb86 (patch) | |
tree | d9f90d9485c18054b6e78568a95e5e2ccb4b828b /mail/premail | |
parent | 9ebedda797547001aed3602e6e86d4a04631a3cf (diff) | |
download | ports-2d81f85bc8305c7fa98440c3724a09b11ef7cb86.tar.gz ports-2d81f85bc8305c7fa98440c3724a09b11ef7cb86.zip |
Notes
Diffstat (limited to 'mail/premail')
-rw-r--r-- | mail/premail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile index ac8ba6377af4..3f4192cd69fa 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -5,11 +5,11 @@ # Date created: 31 Jan 1997 # Whom: ache # -# $Id: Makefile,v 1.3 1997/02/03 07:34:08 ache Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:39 wosch Exp $ # DISTNAME= premail-0.45 -CATEGORIES= security mail perl5 +CATEGORIES= security mail MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/remailer/ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 |