blob: e94452057d860092e74ef838dd9c7948166aa49e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|