diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-06 22:28:43 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-06 22:28:43 +0800 |
commit | 6090299491ece11f9d47df4ebf26afdbd45b660b (patch) | |
tree | 4e5430587ab7b5f9428ff01592514ff0ab27006d /mail/premail | |
parent | e48d1148faf11d894c2fc56e3a50dd81d2c1e175 (diff) | |
download | freebsd-ports-gnome-6090299491ece11f9d47df4ebf26afdbd45b660b.tar.gz freebsd-ports-gnome-6090299491ece11f9d47df4ebf26afdbd45b660b.tar.zst freebsd-ports-gnome-6090299491ece11f9d47df4ebf26afdbd45b660b.zip |
Remove perl5 from CATEGORIES
Approved-by: Wolfram Schneider <wosch@apfel.de>
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 |