79f1f2b2f7
result interface. The main goal is to get as much version informations as possible about a module or module list with a simple call interface and an absolutely flexible result interface. Module::Versions handles *loaded* and *loadable* modules. WWW: http://search.cpan.org/dist/Module-Versions/
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# New ports collection makefile for: Module::Versions
|
|
# Date created: 03 Apr 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-Versions
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to handle versions of loaded modules
|
|
|
|
USE_ZIP= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Module::Versions.3
|
|
|
|
.include <bsd.port.mk>
|