diff options
author | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
commit | 448a5e5ed056eca21f6e4c419f976b3ec6d14fd0 (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /math/p5-Math-SimpleVariable/Makefile | |
parent | be5a215285755fb61a101782219027ad5e305270 (diff) | |
download | freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.gz freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.zst freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.zip |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'math/p5-Math-SimpleVariable/Makefile')
-rw-r--r-- | math/p5-Math-SimpleVariable/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-SimpleVariable/Makefile b/math/p5-Math-SimpleVariable/Makefile index d040733c0dc0..f803ae6ffd39 100644 --- a/math/p5-Math-SimpleVariable/Makefile +++ b/math/p5-Math-SimpleVariable/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math::SimpleVariable -# Date created: 5 Nov 2001 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-SimpleVariable PORTVERSION= 0.03 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple representation of mathematical variables -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Math::SimpleVariable.3 |