aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-PEM
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-12-15 08:44:25 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-12-15 08:44:25 +0000
commitaaff5cfa06f3b9603df9d136fb34477fadbcb53f (patch)
tree20da650ea9c703b29ba9dddfb649a5f200b7ab53 /converters/p5-Convert-PEM
parent24a601c150cbf35ac4408173783f7412360f04f8 (diff)
downloadports-aaff5cfa06f3b9603df9d136fb34477fadbcb53f.tar.gz
ports-aaff5cfa06f3b9603df9d136fb34477fadbcb53f.zip
- simplify dependencies
- bump PORTREVISION
Notes
Notes: svn path=/head/; revision=245856
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