2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:45:41 ajacoutot Exp $
|
2009-03-04 20:27:36 +00:00
|
|
|
|
|
|
|
COMMENT= API for locating user information
|
|
|
|
|
2010-10-27 17:46:04 +00:00
|
|
|
DISTNAME= User-1.9
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2009-03-04 20:27:36 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
2010-10-27 17:46:04 +00:00
|
|
|
# Perl
|
2009-03-04 20:27:36 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-27 17:46:04 +00:00
|
|
|
USE_GROFF = Yes
|
2009-03-04 20:27:36 +00:00
|
|
|
|
|
|
|
.ifmake regress
|
2010-10-27 17:46:04 +00:00
|
|
|
PORTHOME= ${HOME}
|
2009-03-04 20:27:36 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|