diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
commit | 55a61bb102ddfa5abe214bbb8b64409a317b0093 (patch) | |
tree | 40a989c1bd867e35ed527ba0d48f6b29b50d86f9 /mail | |
parent | 88b522839002b270987e86005386b6757926bb0a (diff) | |
download | ports-55a61bb102ddfa5abe214bbb8b64409a317b0093.tar.gz ports-55a61bb102ddfa5abe214bbb8b64409a317b0093.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/premail/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile index 422ba2f4a9cc..a17c51fb7a9e 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -1,23 +1,23 @@ -# New ports collection makefile for: premail -# Date created: 31 Jan 1997 -# Whom: ache +# New ports collection makefile for: premail +# Date created: 31 Jan 1997 +# Whom: ache # # $FreeBSD$ # PORTNAME= premail -PORTVERSION= 0.46 -CATEGORIES= security mail -MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \ +PORTVERSION= 0.46 +CATEGORIES= mail security +MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \ ftp://ftp.kiarchive.ru/pub/unix/crypto/ MAINTAINER= ache@FreeBSD.org -BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp -WRKSRC= ${WRKDIR}/premail -USE_PERL5= Yes -NO_BUILD= Yes +WRKSRC= ${WRKDIR}/premail +USE_PERL5= yes +NO_BUILD= yes post-patch: cd ${WRKSRC}; \ |