1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/p5-Module-Version/Makefile
Sunpoet Po-Chuan Hsieh 77e34ddae9 - Support STAGEDIR
2013-09-30 20:16:07 +00:00

17 lines
298 B
Makefile

# Created by: 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
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>