openbsd-ports/misc/p5-User/Makefile

23 lines
372 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:45:41 ajacoutot 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-10-27 13:46:04 -04:00
USE_GROFF = Yes
.ifmake regress
2010-10-27 13:46:04 -04:00
PORTHOME= ${HOME}
.endif
.include <bsd.port.mk>