mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
64a723fd86
A set of python modules and methods for working with any kind of network packets. WWW: http://sourceforge.net/projects/pcs PR: ports/100599 Submitted by: gnn
23 lines
456 B
Makefile
23 lines
456 B
Makefile
# Ports collection Makefile for: pcs
|
|
# Date created: 15 July 2006
|
|
# Whom: gnn
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcs
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pcs
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gnn@FreeBSD.org
|
|
COMMENT= Protocol Construction Set
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
WRKSRC= ${WRKDIR}/pcs-${PORTVERSION}
|
|
.include <bsd.port.mk>
|