mirror of https://git.FreeBSD.org/ports.git
23 lines
473 B
Makefile
23 lines
473 B
Makefile
PORTNAME= Devel-StealthDebug
|
|
PORTVERSION= 1.008
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Simple non-intrusive debug module
|
|
WWW= https://metacpan.org/release/Devel-StealthDebug
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Filter-Simple>=0:textproc/p5-Filter-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
INSTALL_TARGET= pure_install
|
|
|
|
.include <bsd.port.mk>
|