Makefile 283 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:49 naddy Exp $
  2. COMMENT= API for locating user information
  3. DISTNAME= User-1.9
  4. REVISION= 0
  5. CATEGORIES= misc
  6. # Perl
  7. PERMIT_PACKAGE_CDROM= Yes
  8. MODULES= cpan
  9. PKG_ARCH= *
  10. .ifmake test
  11. PORTHOME= ${HOME}
  12. .endif
  13. .include <bsd.port.mk>