11 lines
166 B
Makefile
11 lines
166 B
Makefile
|
COMMENT = Relative use lib in absolute way
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = lib-abs-0.95
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|