aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Classify/Makefile
blob: 39ee42fd3a603e45decd02eff7287c8693af4b22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: 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

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>