aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Rijndael
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-08-09 13:22:07 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-08-09 13:22:07 +0000
commit93608e43cf753efe0a27d6b7b5a96fe51d880524 (patch)
treed6014be057ce4b4089d67b523d7dc0a0bde92c13 /security/p5-Crypt-Rijndael
parent2f6e8d86d739b6415c976f6a840c27a76fa6c294 (diff)
downloadports-93608e43cf753efe0a27d6b7b5a96fe51d880524.tar.gz
ports-93608e43cf753efe0a27d6b7b5a96fe51d880524.zip
remove unnecessary LDCONFIG_DIRS
Notes
Notes: svn path=/head/; revision=86647
Diffstat (limited to 'security/p5-Crypt-Rijndael')
-rw-r--r--security/p5-Crypt-Rijndael/Makefile3
-rw-r--r--security/p5-Crypt-Rijndael/pkg-descr1
2 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile
index 369db0230563..b4c81a62f15f 100644
--- a/security/p5-Crypt-Rijndael/Makefile
+++ b/security/p5-Crypt-Rijndael/Makefile
@@ -16,10 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module that implements the Rijndael cipher
PERL_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::Rijndael.3
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-Rijndael/pkg-descr b/security/p5-Crypt-Rijndael/pkg-descr
index 1a70d2eca34e..eebff6ea8ad2 100644
--- a/security/p5-Crypt-Rijndael/pkg-descr
+++ b/security/p5-Crypt-Rijndael/pkg-descr
@@ -3,5 +3,6 @@ implements the Rijndael cipher, which has just been selected as the new
Advanced Encryption Standard (AES).
Author: Rafael R. Sevilla <dido@pacific.net.ph>
+WWW: http://search.cpan.org/dist/Crypt-Rijndael/
--will