blob: 5e8f937ef29bbd388da95384956b3b6ff4d41e43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Report versions of all modules in memory
PERL_CONFIGURE= yes
MAN3= Module::Versions::Report.3
.include <bsd.port.mk>
|