openbsd-ports/graphics/p5-GD-Barcode/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

21 lines
377 B
Makefile

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