freebsd-ports/lang/libjit/Makefile
Kirill Ponomarev 02d8aaea7e - Update to 0.0.2
PR:		ports/66641
Submitted by:	maintainer
2004-05-14 19:24:23 +00:00

23 lines
443 B
Makefile

# New ports collection makefile for: libjit
# Date created: 2004-04-27
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= libjit
PORTVERSION= 0.0.2
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= ahze@ahze.net
COMMENT= Libjit implements Just-In-Time compilation functionality
USE_GMAKE= yes
GNU_CONFIGURE= yes
INFO= libjit
MAN3= libjit.3
INSTALLS_SHLIB= yes
.include <bsd.port.mk>