openbsd-ports/misc/p5-User/Makefile
jasper 2657f4ae6d import p5-User 1.8
This module is allows applications to retrieve per-user characteristics.
2009-03-04 20:27:36 +00:00

21 lines
356 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/03/04 20:27:36 jasper Exp $
COMMENT= API for locating user information
DISTNAME= User-1.8
CATEGORIES= misc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.ifmake regress
PORTHOME= ${HOME}
.endif
.include <bsd.port.mk>