Makefile 351 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.14 2016/03/20 19:56:42 naddy Exp $
  2. COMMENT= C/XS reimplementation of Geo::Coordinates::UTM
  3. MODULES= cpan
  4. DISTNAME= Geo-Coordinates-UTM-XS-0.04
  5. REVISION= 4
  6. CATEGORIES= geo
  7. BUILD_DEPENDS= ${RUN_DEPENDS}
  8. RUN_DEPENDS= geo/p5-Geo-Coordinates-UTM>=0.05
  9. # Perl
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c perl
  12. .include <bsd.port.mk>