aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Tie-EncryptedHash
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-03-10 01:25:16 +0800
committerleeym <leeym@FreeBSD.org>2005-03-10 01:25:16 +0800
commit9cc7425c808fcf68d1e19be85ff2e0642adeaf7f (patch)
tree2e7a1f3243daaed1e04e37eab8d1e6bc92956885 /security/p5-Tie-EncryptedHash
parent6eb733709c8fafa473f757af1eb929ad11976d22 (diff)
downloadfreebsd-ports-gnome-9cc7425c808fcf68d1e19be85ff2e0642adeaf7f.tar.gz
freebsd-ports-gnome-9cc7425c808fcf68d1e19be85ff2e0642adeaf7f.tar.zst
freebsd-ports-gnome-9cc7425c808fcf68d1e19be85ff2e0642adeaf7f.zip
- utilize SITE_PERL
- add WWW in pkg-descr - remove extra directory PR: 77999 Submitted by: leeym Approved by: maintainer timeout
Diffstat (limited to 'security/p5-Tie-EncryptedHash')
-rw-r--r--security/p5-Tie-EncryptedHash/Makefile10
-rw-r--r--security/p5-Tie-EncryptedHash/pkg-descr2
-rw-r--r--security/p5-Tie-EncryptedHash/pkg-plist3
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