openbsd-ports/devel/p5-Module-Versions-Report/Makefile
msf 78a403a8e3 - Initial import of Module-Versions-Report-1.02
If you add "use Module::Versions::Report;" to a program (especially
handy if your program is one that demonstrates a bug in some module),
then when the program has finished running, you well get a report
detailing the all modules in memory, and noting the version of each (for
modules that defined a $VERSION, at least).
2004-12-21 03:56:15 +00:00

24 lines
485 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 03:56:15 msf Exp $
COMMENT= "report versions of all perl modules in memory"
DISTNAME= Module-Versions-Report-1.02
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:=Module/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>