14 lines
209 B
Makefile
14 lines
209 B
Makefile
|
COMMENT= get the full path to a locally installed module
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Module-Path-0.19
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
NO_TEST = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|