diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-09 17:25:16 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-09 17:25:16 +0000 |
commit | 46e0e919fbc561d74eeb58d94705f213807ba93a (patch) | |
tree | 4a5c9a0ec697417dbf83d94254a53de9e24c57eb /security/p5-Tie-EncryptedHash | |
parent | 7d556f72d97fed1705c21d628b638e4f17222f5a (diff) | |
download | ports-46e0e919fbc561d74eeb58d94705f213807ba93a.tar.gz ports-46e0e919fbc561d74eeb58d94705f213807ba93a.zip |
Notes
Diffstat (limited to 'security/p5-Tie-EncryptedHash')
-rw-r--r-- | security/p5-Tie-EncryptedHash/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/pkg-descr | 2 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/pkg-plist | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index e73528e4c37d..8cdb941c03ae 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -15,12 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= Hashes (and objects based on hashes) with encrypting fields -PERLBASE= ${SITE_PERL} - -BUILD_DEPENDS= ${PERLBASE}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ - ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ - ${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ - ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ + ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ + ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 BROKEN= Incomplete pkg-plist diff --git a/security/p5-Tie-EncryptedHash/pkg-descr b/security/p5-Tie-EncryptedHash/pkg-descr index dbd175a0de31..ea4ca2956c1d 100644 --- a/security/p5-Tie-EncryptedHash/pkg-descr +++ b/security/p5-Tie-EncryptedHash/pkg-descr @@ -10,3 +10,5 @@ Perl hash. This is its transparent mode of access. Encrypting and normal fields are identical in this mode. When password is deleted, encrypting fields are accessible only as ciphertext. This is Tie::EncryptedHash's opaque mode of access, optimized for serialization. + +WWW: http://search.cpan.org/dist/Tie-EncryptedHash/ diff --git a/security/p5-Tie-EncryptedHash/pkg-plist b/security/p5-Tie-EncryptedHash/pkg-plist index 0a5cfbcab980..f77b5ed0cda2 100644 --- a/security/p5-Tie-EncryptedHash/pkg-plist +++ b/security/p5-Tie-EncryptedHash/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Tie/EncryptedHash.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash -@dirrm %%SITE_PERL%%/Tie +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2> /dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tie 2> /dev/null || true |