diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
commit | 0977415a79779b7f939cbc1c00f12c36fca9f589 (patch) | |
tree | f3ab743497214d1c96101a2d31de2785c43b6990 /devel/p5-POE-API-Hooks/Makefile | |
parent | 308d799aab342cc4584e020b26fd730e9d533202 (diff) | |
download | ports-0977415a79779b7f939cbc1c00f12c36fca9f589.tar.gz ports-0977415a79779b7f939cbc1c00f12c36fca9f589.zip |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=243224
Diffstat (limited to 'devel/p5-POE-API-Hooks/Makefile')
-rw-r--r-- | devel/p5-POE-API-Hooks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-POE-API-Hooks/Makefile b/devel/p5-POE-API-Hooks/Makefile index 6539694de868..85bad35f721e 100644 --- a/devel/p5-POE-API-Hooks/Makefile +++ b/devel/p5-POE-API-Hooks/Makefile @@ -9,14 +9,14 @@ PORTNAME= POE-API-Hooks PORTVERSION= 1.0500 CATEGORIES= devel perl5 MASTER_SITES= CPAN -DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= skv@FreeBSD.org COMMENT= Implement lightweight hooks into POE BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |