1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/print/pkipplib/Makefile
Rong-En Fan d897e29fb6 Add pkipplib which is a prerequisite of pykota.
pkipplib is a Python library which can prepare IPP requests with the
help of a somewhat high level API. These requests can then be sent to
an IPP printer or print server (e.g. CUPS).  This library can also parse
IPP answers received, and create high level Python objects from them.

WWW: http://www.pykota.com/software/pkipplib/
2009-01-19 13:52:42 +00:00

20 lines
400 B
Makefile

# Ports collection Makefile for: pkipplib
# Date created: Jan 19 2009
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pkipplib
PORTVERSION= 0.07
CATEGORIES= print python
MASTER_SITES= http://www.pykota.com/software/pkipplib/download/tarballs/
MAINTAINER= rafan@FreeBSD.org
COMMENT= Create and parse IPP requests
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>