freebsd-ports/devel/p5-Module-Versions-Report/Makefile
Dmitry Sivachenko dc4e047ead New port: p5-Module-Versions-Report.
Report versions of all modules in memory.
2004-07-07 13:32:33 +00:00

22 lines
481 B
Makefile

# New ports collection makefile for: Module::Versions::Report
# Date created: 7 July 2004
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Module-Versions-Report
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Report versions of all modules in memory
PERL_CONFIGURE= yes
MAN3= Module::Versions::Report.3
.include <bsd.port.mk>