mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
22 lines
390 B
Makefile
22 lines
390 B
Makefile
# $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>
|