freebsd-ports/devel/p5-Test-HasVersion/Makefile
Andrej Zverev 85b8b87a8e - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 17:17:09 +00:00

17 lines
331 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Test-HasVersion
PORTVERSION= 0.01.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-0.012
MAINTAINER= gslin@gslin.org
COMMENT= Check Perl modules have version numbers
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>