freebsd-ports/devel/p5-Module-Versions/Makefile
Jun Kuriyama 79f1f2b2f7 Module::Versions handles versions of loaded modules with a flexible
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/
2010-04-03 05:12:42 +00:00

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>