openbsd-ports/graphics/p5-Imager-QRCode/Makefile

24 lines
385 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:10:55 espie Exp $
SHARED_ONLY= Yes
COMMENT= generate QR Code with Imager using libqrencode
DISTNAME= Imager-QRCode-0.033
2012-08-23 11:50:05 -04:00
REVISION= 0
CATEGORIES= graphics
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:50:05 -04:00
WANTLIB += c
MODULES= cpan
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= graphics/p5-Imager>=0.84
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>