freebsd-ports/devel/p5-Test-HasVersion/Makefile

23 lines
428 B
Makefile
Raw Normal View History

# 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>