Index: devel/aphpbreakdown/Makefile =================================================================== --- devel/aphpbreakdown/Makefile (nonexistent) +++ devel/aphpbreakdown/Makefile (working copy) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= aphpbreakdown +DISTVERSION= 1.0.0 +CATEGORIES= devel www +MASTER_SITES= http://phar.code-mesa.com/ +EXTRACT_SUFX= .phar + +MAINTAINER= freebsd@code-mesa.com +COMMENT= Code-Analyzer for PHP for Compatibility Check-UP + +LICENSE= BSD2CLAUSE + +USES= php +USE_PHP= tokenizer phar hash + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/aphpbreakdown + +# Download isn't compressed or aggregated, it's just the single file +do-extract: + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Property changes on: devel/aphpbreakdown/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/aphpbreakdown/distinfo =================================================================== --- devel/aphpbreakdown/distinfo (nonexistent) +++ devel/aphpbreakdown/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512208903 +SHA256 (aphpbreakdown-1.0.0.phar) = e258658dcaf9964a0ac0a4c1ed639297617ab578c3ee1ba3db3a33285201a4c3 +SIZE (aphpbreakdown-1.0.0.phar) = 278480 Property changes on: devel/aphpbreakdown/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/aphpbreakdown/pkg-descr =================================================================== --- devel/aphpbreakdown/pkg-descr (nonexistent) +++ devel/aphpbreakdown/pkg-descr (working copy) @@ -0,0 +1,3 @@ +this software analyzes all files of your php project + +WWW: http://gitlab.code-mesa.com/code-mesa/aphpbreakdown Property changes on: devel/aphpbreakdown/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property