24 lines
413 B
Makefile
24 lines
413 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/03/16 23:52:24 bluhm Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = powerful feature-rich perl source code profiler
|
|
|
|
DISTNAME = Devel-NYTProf-2.08
|
|
|
|
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>
|