1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/py-qrcode/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
440 B
Makefile

# Created by: Neil Booth
# $FreeBSD$
PORTNAME= qrcode
PORTVERSION= 5.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kyuupichan@gmail.com
COMMENT= QR Code image generator
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-six \
${PYTHON_PKGNAMEPREFIX}pillow>=2.6:graphics/py-pillow
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>