4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# New ports collection makefile for: p5-Test-HasVersion
|
|
# Date created: 2006-07-16
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::HasVersion.3
|
|
|
|
.include <bsd.port.mk>
|