mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
dbd39ca660
PR: 117086 Tested by: -exp runs
23 lines
428 B
Makefile
23 lines
428 B
Makefile
# New ports collection makefile for: syck
|
|
# Date created: 2 December 2004
|
|
# Whom: dd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= syck
|
|
PORTVERSION= 0.55
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Syck is an extension for reading and writing YAML swiftly
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BISON= build
|
|
CFLAGS+= -fPIC
|
|
|
|
.include <bsd.port.mk>
|