15 lines
212 B
Makefile
15 lines
212 B
Makefile
|
COMMENT= expands user directories in paths
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= File-Path-Expand-1.02
|
||
|
REVISION= 1
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CONFIGURE_STYLE=modbuild
|
||
|
|
||
|
.include <bsd.port.mk>
|