mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f71a238a92
PR: 112933 Submitted by: Neal Nelson <neal@nelson.name> (maintainer)
23 lines
414 B
Makefile
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>
|