mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
21 lines
372 B
Makefile
21 lines
372 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
|
|
|
|
MAN3= Test::HasVersion.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|