8dd7cad550
Approved by: portmgr (blanket infrastructure)
15 lines
294 B
Makefile
15 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Install-Repository
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to set repository URL from svn/svk/Git checkout
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|