diff options
Diffstat (limited to 'print/pkipplib/Makefile')
-rw-r--r-- | print/pkipplib/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/pkipplib/Makefile b/print/pkipplib/Makefile new file mode 100644 index 000000000000..bd70cf509aa9 --- /dev/null +++ b/print/pkipplib/Makefile @@ -0,0 +1,19 @@ +# 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> |