aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-freebsd/Makefile
blob: 76cc97a0c6c9fa583b6beb191e7e78fab913be2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    py-freebsd
# Date created:     14 June 2002
# Whom:         Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#

PORTNAME=   freebsd
PORTVERSION=    0.2
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= perky
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   py-freebsd-${PORTVERSION}

MAINTAINER= perky@FreeBSD.org
COMMENT=    Python interface to FreeBSD-specific system libraries

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>