21 lines
461 B
Makefile
21 lines
461 B
Makefile
# New ports collection makefile for: Module::Install::Repository
|
|
# Date created: 08 Sep 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Module::Install::Repository.3
|
|
|
|
.include <bsd.port.mk>
|