Makefile 377 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:43 naddy Exp $
  2. COMMENT= create barcode image with GD
  3. DISTNAME= GD-Barcode-1.15
  4. REVISION= 1
  5. CATEGORIES= graphics
  6. MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
  7. # Artistic/GPL
  8. PERMIT_PACKAGE_CDROM= Yes
  9. RUN_DEPENDS= graphics/p5-GD>=1.18
  10. BUILD_DEPENDS= ${RUN_DEPENDS}
  11. MODULES= cpan
  12. PKG_ARCH= *
  13. .include <bsd.port.mk>