diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-15 17:23:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-15 17:23:32 +0000 |
commit | a236b86e49ccd5cfa5bf0b3601476fb66cebbfe3 (patch) | |
tree | 527ac1c0c4f8571c82f821442ab16b77b4a7a6f1 /mail/adcomplain/Makefile | |
parent | 7fd4fd3eaa29a81586357c965fc7886acf151a04 (diff) | |
download | ports-a236b86e49ccd5cfa5bf0b3601476fb66cebbfe3.tar.gz ports-a236b86e49ccd5cfa5bf0b3601476fb66cebbfe3.zip |
Notes
Diffstat (limited to 'mail/adcomplain/Makefile')
-rw-r--r-- | mail/adcomplain/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile index 714691aae60a..8d2dba55405f 100644 --- a/mail/adcomplain/Makefile +++ b/mail/adcomplain/Makefile @@ -1,19 +1,21 @@ # New ports collection makefile for: adcomplain # http://www.rdrop.com/users/billmc/adcomplain.html -# Version required: 3.* +# Version required: 4.* # Date created: 13 Sep 1997 # Whom: ache@FreeBSD.org # -# $Id: Makefile,v 1.16 1998/06/30 19:36:35 ache Exp $ +# $Id: Makefile,v 1.17 1998/07/31 14:46:18 ache Exp $ # -DISTNAME= adcomplain-3.35 +DISTNAME= adcomplain-4.42 CATEGORIES= mail news MASTER_SITES= http://www.rdrop.com/users/billmc/ DISTFILES= adcomplain.pl.uu MAINTAINER= ache@FreeBSD.org +USE_PERL5= yes + EXTRACT_CMD= /usr/bin/uudecode EXTRACT_BEFORE_ARGS= < NO_WRKSUBDIR= YES |