d6638047ec
- Add NO_ARCH - Switch to python autoplist PR: 205080 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4463
19 lines
403 B
Makefile
19 lines
403 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raet
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Reliable Asynchronous Event Transport protocol library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|