19 lines
270 B
Makefile
19 lines
270 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/10/11 23:50:12 naddy Exp $
|
|
|
|
COMMENT= API for locating user information
|
|
|
|
DISTNAME= User-1.9
|
|
REVISION= 0
|
|
CATEGORIES= misc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.ifmake test
|
|
PORTHOME= ${HOME}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|