Makefile 282 B

12345678910111213141516
  1. # $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:43 naddy Exp $
  2. COMMENT= process aviation weather reports in the METAR format
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Geo-METAR-1.15
  6. REVISION= 0
  7. CATEGORIES= geo
  8. # Perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. MODCPAN_EXAMPLES= Yes
  11. .include <bsd.port.mk>