openbsd-ports/devel/p5-Devel-Symdump/Makefile
msf 193cee6d46 Initial import of Devel-Symdump-2.03
Devel::Symdump provides a convenient way to inspect perl's symbol table 
and the class hierarchy within a running program.

ok sturm@
2004-06-01 02:07:19 +00:00

24 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/06/01 02:07:19 msf Exp $
COMMENT= "module for inspecting Perl's symbol table"
DISTNAME= Devel-Symdump-2.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>