mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove Perl core modules
- Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change
This commit is contained in:
parent
78e2c9a98d
commit
3b51f380a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444745
1 changed files with 7 additions and 4 deletions
|
@ -3,15 +3,17 @@
|
||||||
|
|
||||||
PORTNAME= gcfilms
|
PORTNAME= gcfilms
|
||||||
PORTVERSION= 6.4
|
PORTVERSION= 6.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= multimedia perl5
|
CATEGORIES= multimedia perl5
|
||||||
MASTER_SITES= http://download.gna.org/gcfilms/
|
MASTER_SITES= http://download.gna.org/gcfilms/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Tool to manage movie collections
|
COMMENT= Tool to manage movie collections
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Archive-Tar>=0:archivers/p5-Archive-Tar \
|
LICENSE= GPLv2
|
||||||
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
||||||
p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
|
||||||
p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
||||||
p5-libwww>=0:www/p5-libwww
|
p5-libwww>=0:www/p5-libwww
|
||||||
|
@ -19,8 +21,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USES= shebangfix
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
USES= shebangfix
|
||||||
|
|
||||||
SHEBANG_FILES= bin/gcfilms install
|
SHEBANG_FILES= bin/gcfilms install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue