mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# New ports collection makefile for: syck
|
|
# Date created: 2 December 2004
|
|
# Whom: dd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= syck
|
|
PORTVERSION= 0.45
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/1371/
|
|
|
|
MAINTAINER= dd@FreeBSD.org
|
|
COMMENT= Syck is an extension for reading and writing YAML swiftly
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BISON= yes
|
|
CFLAGS+= -fPIC
|
|
|
|
.include <bsd.port.mk>
|