freebsd-ports/devel/py-yaml/Makefile
Pav Lucistnik 1f8e489eb2 - Update to 3.03
PR:		ports/99254
Submitted by:	Neal Nelson <neal@nelson.name> (maintainer)
2006-06-23 08:56:29 +00:00

22 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.03
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>