opnsense-ports/lang/picoc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
388 B
Makefile

# $FreeBSD$
PORTNAME= picoc
PORTVERSION= 2.1
CATEGORIES= lang devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Very small C interpreter for scripting
LICENSE= BSD3CLAUSE
USES= gmake readline tar:bzip2
PLIST_FILES= bin/picoc
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc
.include <bsd.port.mk>