mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
e475c19a24
Approved by: pgollucci (mentor)
23 lines
434 B
Makefile
23 lines
434 B
Makefile
# New ports collection makefile for: p5-Module-Version
|
|
# Date created: 2010-07-02
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-Version
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Get module versions
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= mversion.1
|
|
MAN3= Module::Version.3 Module::Version::App.3
|
|
|
|
.include <bsd.port.mk>
|