freebsd-ports/devel/guile-lib/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
352 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= guile-lib
PORTVERSION= 0.2.2
CATEGORIES= devel scheme
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Repository of useful code written in Guile Scheme
BUILD_DEPENDS= guile:lang/guile
RUN_DEPENDS= guile:lang/guile
USES= gmake
GNU_CONFIGURE= yes
INFO= guile-library
.include <bsd.port.mk>