05c7c1b0fa
- trim Makefile header Approved by: portmgr (bapt@, blanket)
17 lines
331 B
Makefile
17 lines
331 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
|
|
|
|
MAN3= Module::Install::Repository.3
|
|
|
|
.include <bsd.port.mk>
|