diff options
Diffstat (limited to 'math/octave-forge-octave_php_wrapper/Makefile')
-rw-r--r-- | math/octave-forge-octave_php_wrapper/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/math/octave-forge-octave_php_wrapper/Makefile b/math/octave-forge-octave_php_wrapper/Makefile new file mode 100644 index 000000000000..3b869d2a6454 --- /dev/null +++ b/math/octave-forge-octave_php_wrapper/Makefile @@ -0,0 +1,23 @@ +PORTNAME= octave-forge-octave_php_wrapper +#DISTVERSIONPREFIX= +DISTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= CNOCTAVE +GH_PROJECT= ${OCTAVE_PKGNAME} + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +NO_ARCH= yes +NO_BUILD= yes + +.include <bsd.port.mk> |