aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Refcount/Makefile
blob: 3d0d318d859a8d59ce436cb35e48924402cfb51f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	Devel-Refcount
PORTVERSION=	0.10
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PEVANS
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Obtain the REFCNT value of a referent

TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal

USES=		perl5
USE_PERL5=	modbuild

MAN3=		Devel::Refcount.3

NO_STAGE=	yes
.include <bsd.port.mk>