14 lines
224 B
Makefile
14 lines
224 B
Makefile
|
COMMENT = set the repository URL from svn/svk/Git checkouts
|
||
|
|
||
|
DISTNAME = Module-Install-Repository-0.06
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES += cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|