diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 04:06:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 04:06:46 +0000 |
commit | 9030612814a26388172cec3ad15cbda1de3d1dcb (patch) | |
tree | 4cc191c70edb8ed4ac69d2f9535cfef6c7694972 /security | |
parent | f7870c5aeb2d7d7c780abd084f7a9d4eb4cb0e22 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Safe-Hole/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Safe-Hole/Makefile b/security/p5-Safe-Hole/Makefile index 6548f61c1bf1..8a91de4672d4 100644 --- a/security/p5-Safe-Hole/Makefile +++ b/security/p5-Safe-Hole/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sethk@meowfishies.com COMMENT= Make a hole to the original main compartment in the Safe compartment +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3= Safe::Hole.3 diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index da8569746bdf..e73528e4c37d 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${PERLBASE}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ ${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3= Tie::EncryptedHash.3 |