freebsd-ports/devel/p5-BSD-devstat/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

25 lines
448 B
Makefile

# 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
regression-test:
cd ${WRKSRC} && make test
.include <bsd.port.mk>