freebsd-ports/devel/p5-Params-Classify/Makefile
2009-10-07 07:00:51 +00:00

24 lines
473 B
Makefile

# New ports collection makefile for: p5-Params-Classify
# Date created: 2006-07-19
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Params-Classify
PORTVERSION= 0.009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Argument type classification
RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Params::Classify.3
.include <bsd.port.mk>