freebsd-ports/www/guile-www/Makefile

24 lines
498 B
Makefile
Raw Normal View History

# New ports collection makefile for: guile-www
# Date created: 30 August 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= guile-www
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= www devel scheme
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= guile
MAINTAINER= ports@FreeBSD.org
2003-02-21 15:08:24 +01:00
COMMENT= Guile modules for WWW interaction
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
2005-12-04 21:07:17 +01:00
INFO= guile-www
.include <bsd.port.mk>