1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/py-yaml/Makefile
Ion-Mihai Tetcu 2327cf291b Update to version 3.04
PR:		102850
Submitted by:	Neal Nelson (maintainer)
2006-09-04 15:59:44 +00:00

23 lines
414 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-yaml
# Date created: Jan 3, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yaml
PORTVERSION= 3.04
CATEGORIES= devel python
MASTER_SITES= http://pyyaml.org/download/pyyaml/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyYAML-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Python YAML parser
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>