24 lines
413 B
Makefile
24 lines
413 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/05/05 22:21:15 bluhm Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = powerful feature-rich perl source code profiler
|
|
|
|
DISTNAME = Devel-NYTProf-2.09
|
|
|
|
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>
|