mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- do not install .orig file
- add NO_ARCH - bump PORTREVISION Reviewed by: miwi
This commit is contained in:
parent
48ab24dea6
commit
6df56f4deb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405341
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= Data-Google-Visualization-DataTable
|
PORTNAME= Data-Google-Visualization-DataTable
|
||||||
PORTVERSION= 0.11
|
PORTVERSION= 0.11
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics perl5
|
CATEGORIES= graphics perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -17,5 +18,6 @@ RUN_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm
|
%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm
|
||||||
%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig
|
@comment %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig
|
||||||
%%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz
|
%%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue