diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /security/p5-Crypt-SSLeay | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.tar.zst freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.zip |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-SSLeay/pkg-plist | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 9055e181b20a..361cb07bddac 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -18,13 +18,9 @@ RESTRICTED= "Crypto; export-controlled" IS_INTERACTIVE= "asks about openssl" -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::SSLeay.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/security/p5-Crypt-SSLeay/pkg-plist b/security/p5-Crypt-SSLeay/pkg-plist index f8e076d62b52..7bf4fc4a1607 100644 --- a/security/p5-Crypt-SSLeay/pkg-plist +++ b/security/p5-Crypt-SSLeay/pkg-plist @@ -8,5 +8,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/MainContext.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/SSL.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/.packlist -lib/perl5/%%PERL_VER%%/man/man3/Crypt::SSLeay.3 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay |