Makefile 248 B

123456789101112131415
  1. # $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:48 naddy Exp $
  2. COMMENT= perl module for solving bezier curves
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Math-Bezier-0.01
  6. REVISION= 1
  7. CATEGORIES= math
  8. # perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. .include <bsd.port.mk>