summaryrefslogtreecommitdiff
path: root/devel/p5-BSD-devstat/Makefile
blob: 213b58731e12e7d22a1df83114a8498d849c38cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	BSD::devstat
# Date created:		25 Mar 2010
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	BSD-devstat
PORTVERSION=	0.02
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension of devstat(3) API

PERL_CONFIGURE=	yes

MAN3=	BSD::devstat.3

.include <bsd.port.mk>