aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-CheckBin/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2015-04-30 09:11:15 +0000
committerFrederic Culot <culot@FreeBSD.org>2015-04-30 09:11:15 +0000
commitbad83e19fdac4bbf92a739d5a32e07939f7e664d (patch)
tree0bc463f9ae0e9179aa9c16c75c33eede33b029d4 /devel/p5-Devel-CheckBin/Makefile
parentcf53c396d98a77dcfd92f02e91cb92578ded1510 (diff)
downloadports-bad83e19fdac4bbf92a739d5a32e07939f7e664d.tar.gz
ports-bad83e19fdac4bbf92a739d5a32e07939f7e664d.zip
Notes
Diffstat (limited to 'devel/p5-Devel-CheckBin/Makefile')
-rw-r--r--devel/p5-Devel-CheckBin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Devel-CheckBin/Makefile b/devel/p5-Devel-CheckBin/Makefile
index e7731734c5ff..1864da3467b6 100644
--- a/devel/p5-Devel-CheckBin/Makefile
+++ b/devel/p5-Devel-CheckBin/Makefile
@@ -1,19 +1,18 @@
# $FreeBSD$
PORTNAME= Devel-CheckBin
-PORTVERSION= 0.02
-PORTREVISION= 1
+PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
-COMMENT= Perl5 module to check that a command is available
+COMMENT= Check that a command is available
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
-USE_PERL5= modbuild
+USE_PERL5= configure
.include <bsd.port.mk>