openbsd-ports/misc/p5-User/Makefile

20 lines
287 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:23:58 espie Exp $
COMMENT= API for locating user information
2010-10-27 13:46:04 -04:00
DISTNAME= User-1.9
REVISION= 0
CATEGORIES= misc
2010-10-27 13:46:04 -04:00
# Perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
2010-10-27 13:46:04 -04:00
USE_GROFF = Yes
2013-03-11 07:20:26 -04:00
.ifmake test
2010-10-27 13:46:04 -04:00
PORTHOME= ${HOME}
.endif
.include <bsd.port.mk>