mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/rss-bridge: dom and filter extension are dependencies
Add LICENSE_FILE. PR: 285988 Reported by: Denis Shaposhnikov <dsh@bamus.cz> Approved by: submitter is maintainer
This commit is contained in:
parent
0934a1e46a
commit
4e141520a4
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= rss-bridge
|
PORTNAME= rss-bridge
|
||||||
DISTVERSION= 2025-01-26
|
DISTVERSION= 2025-01-26
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||||
|
@ -9,11 +10,12 @@ COMMENT= RSS feed generator for websites missing it
|
||||||
WWW= https://github.com/RSS-Bridge/rss-bridge
|
WWW= https://github.com/RSS-Bridge/rss-bridge
|
||||||
|
|
||||||
LICENSE= UNLICENSE
|
LICENSE= UNLICENSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
||||||
|
|
||||||
USES= php:web,flavors
|
USES= php:web,flavors
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= RSS-Bridge
|
GH_ACCOUNT= RSS-Bridge
|
||||||
USE_PHP= curl mbstring simplexml zip
|
USE_PHP= curl dom filter mbstring simplexml zip
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue