openbsd-ports/devel/p5-Devel-NYTProf/Makefile
bluhm b2fb0e5cc3 Do not include benchmark.pl and perftest.pl in p5-Devel-NYTProf
package.  They are only usefull for testing and debugging.
2009-09-14 19:54:26 +00:00

25 lines
441 B
Makefile

# $OpenBSD: Makefile,v 1.5 2009/09/14 19:54:26 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = powerful feature-rich perl source code profiler
DISTNAME = Devel-NYTProf-2.10
PKGNAME = p5-${DISTNAME}p1
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = z
MODULES = cpan
.include <bsd.port.mk>