opnsense-ports/textproc/libyaml/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

23 lines
446 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libyaml
PORTVERSION= 0.1.6
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
DIST_SUBDIR= repacked
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= MIT
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= cpe libtool pathfix
CPE_VENDOR= pyyaml
USE_LDCONFIG= yes
.include <bsd.port.mk>