b2fb0e5cc3
package. They are only usefull for testing and debugging.
25 lines
441 B
Makefile
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>
|