diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-18 09:56:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-18 09:56:36 +0800 |
commit | 434742310f5802aad6408a9b90d7a6ebc6f4407b (patch) | |
tree | 27a80620bd87cafcd52460ede2005058fa474d05 /math | |
parent | c2adfaaa2b639e22413c482cf52e84b186dd7e75 (diff) | |
download | freebsd-ports-gnome-434742310f5802aad6408a9b90d7a6ebc6f4407b.tar.gz freebsd-ports-gnome-434742310f5802aad6408a9b90d7a6ebc6f4407b.tar.zst freebsd-ports-gnome-434742310f5802aad6408a9b90d7a6ebc6f4407b.zip |
- Fix *_DEPENDS: this port does not require p5-Class-Fields and p5-Class-Fields does not install SITE_PERL/fields.pm
- Bump PORTREVISION for dependency change
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-SimpleVariable/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/p5-Math-SimpleVariable/Makefile b/math/p5-Math-SimpleVariable/Makefile index 4700430493cd..d040733c0dc0 100644 --- a/math/p5-Math-SimpleVariable/Makefile +++ b/math/p5-Math-SimpleVariable/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-SimpleVariable PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple representation of mathematical variables -BUILD_DEPENDS= ${SITE_PERL}/fields.pm:${PORTSDIR}/devel/p5-Class-Fields -RUN_DEPENDS:= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Math::SimpleVariable.3 |