mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
17 lines
339 B
Makefile
17 lines
339 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|