18 lines
217 B
Makefile
18 lines
217 B
Makefile
|
COMMENT= API for locating user information
|
||
|
|
||
|
DISTNAME= User-1.9
|
||
|
REVISION= 1
|
||
|
CATEGORIES= misc
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
.ifmake test
|
||
|
PORTHOME= ${HOME}
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|