1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/py-yaml/Makefile
Martin Wilke f71a238a92 - Update to 3.05
PR:		112933
Submitted by:	Neal Nelson <neal@nelson.name> (maintainer)
2007-05-27 10:40:25 +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.05
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>