freebsd-ports/devel/p5-Devel-StealthDebug/Makefile
Sunpoet Po-Chuan Hsieh eef6426ad4 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189588
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:41:21 +00:00

23 lines
481 B
Makefile

# Created by: Alex Kapranoff <alex@kapranoff.ru>
# $FreeBSD$
PORTNAME= Devel-StealthDebug
PORTVERSION= 1.008
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Simple non-intrusive debug module
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Filter-Simple>=0:${PORTSDIR}/textproc/p5-Filter-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
.include <bsd.port.mk>