mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
28 lines
511 B
Makefile
28 lines
511 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.013
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Argument type classification
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Params::Classify.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|