freebsd-ports/graphics/py-blockdiagcontrib-cisco/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

17 lines
392 B
Makefile

# $FreeBSD$
PORTNAME= blockdiagcontrib-cisco
PORTVERSION= 0.1.8
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Networking shapes for blockdiag designed by Cisco
RUN_DEPENDS= ${PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>