1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/pyrad/Makefile
Martin Wilke 9b7f05f0aa - Set correct maintainer
Reported by:	sat
2007-08-25 01:14:47 +00:00

29 lines
659 B
Makefile

# New ports collection makefile for: py-pyrad
# Date created: 13 August 2007
# Whom: Blaz Zupan <blaz@si.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pyrad
PORTVERSION= 0.9
CATEGORIES= net python
MASTER_SITES= http://www.wiggy.net/files/ \
http://www.sourcefiles.org/Networking/Tools/Authentication/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= steve@energistic.com
COMMENT= Python implementation of RADIUS client
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyrad
.if !defined(NOPORTEXAMPLES)
post-install:
${MKDIR} ${EXAMPLESDIR}
${TAR} -C ${WRKSRC}/example -cf- . | ${TAR} -C ${EXAMPLESDIR} -xpf-
.endif
.include <bsd.port.mk>