diff options
author | kris <kris@FreeBSD.org> | 2003-01-12 12:56:45 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-01-12 12:56:45 +0000 |
commit | bf073ea69c36fc454599191fb5c9da613ef9ee3c (patch) | |
tree | 8335bbf7747e797bb293b03d02f26b030a8e884d /security | |
parent | 16c444af0b5778250467cb84df85f9a389d08d4e (diff) | |
download | FreeBSD-ports-bf073ea69c36fc454599191fb5c9da613ef9ee3c.zip FreeBSD-ports-bf073ea69c36fc454599191fb5c9da613ef9ee3c.tar.gz |
Mark NO_PACKAGE: something causes the package builds to go haywire and
spit out an infinite amount of text (this is bad for disk space)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 2da9967..c2bc842 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +NO_PACKAGE= "Runaway package build" + PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ |