diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-04 05:12:04 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-04 05:12:04 +0800 |
commit | e1992c34cff8991a0f7fd535d811a4a2757aa730 (patch) | |
tree | 6d88bf9db65c2763805db5c2d5381c69b800d8ce /devel | |
parent | 1d82c75700121c8b29a4cfd99b92f215c9a921ac (diff) | |
download | freebsd-ports-gnome-e1992c34cff8991a0f7fd535d811a4a2757aa730.tar.gz freebsd-ports-gnome-e1992c34cff8991a0f7fd535d811a4a2757aa730.tar.zst freebsd-ports-gnome-e1992c34cff8991a0f7fd535d811a4a2757aa730.zip |
Make portlint happy too.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Hook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Class-Hook/Makefile b/devel/p5-Class-Hook/Makefile index fc2294545668..4d23f44fa3d6 100644 --- a/devel/p5-Class-Hook/Makefile +++ b/devel/p5-Class-Hook/Makefile @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- MAINTAINER= brian@quynh-and-brian.org -COMMENT= Add hooks on methods from other classes +COMMENT= Add hooks on methods from other classes BUILD_DEPENDS= ${ARCH_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/Test/Simple.pm::${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes |