aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-PEM
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2009-12-15 16:44:25 +0800
committerleeym <leeym@FreeBSD.org>2009-12-15 16:44:25 +0800
commit92bfcae48bcf63d019ad1bcd0665a09ccae24360 (patch)
tree3094d87bf872fd61db81a753fe0c10949039f522 /converters/p5-Convert-PEM
parent6d0524d2c6d074c3f4cc0ad7c27b8da24b9c8b05 (diff)
downloadfreebsd-ports-gnome-92bfcae48bcf63d019ad1bcd0665a09ccae24360.tar.gz
freebsd-ports-gnome-92bfcae48bcf63d019ad1bcd0665a09ccae24360.tar.zst
freebsd-ports-gnome-92bfcae48bcf63d019ad1bcd0665a09ccae24360.zip
- simplify dependencies
- bump PORTREVISION
Diffstat (limited to 'converters/p5-Convert-PEM')
-rw-r--r--converters/p5-Convert-PEM/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile
index 4a452cf3f363..3911cc5fb526 100644
--- a/converters/p5-Convert-PEM/Makefile
+++ b/converters/p5-Convert-PEM/Makefile
@@ -1,14 +1,13 @@
# New ports collection makefile for: p5-Convert-PEM
# Date created: Tue Sep 11 10:33:05 PDT 2001
# Whom: Michael Haro <mharo@FreeBSD.org>
-
#
# $FreeBSD$
#
PORTNAME= Convert-PEM
PORTVERSION= 0.07
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,13 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read/write access to ASN.1-encoded PEM files with optional encryption
-BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
- ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
- ${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \
- ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
- ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
+ p5-Convert-ASN1>=0.10:${PORTSDIR}/converters/p5-Convert-ASN1 \
+ p5-Crypt-DES_EDE3>=0:${PORTSDIR}/security/p5-Crypt-DES_EDE3
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES