mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use real PORTVERSION
- Add LICENSE - Add NO_ARCH - Sort PLIST
This commit is contained in:
parent
1c1e302556
commit
5b123bb5a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435399
2 changed files with 7 additions and 4 deletions
|
@ -2,22 +2,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Appliance-Phrasebook
|
||||
PORTVERSION= 2.103.642
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.103642
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Network appliance command-line phrasebook
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
|
||||
p5-Data-Phrasebook>=0:textproc/p5-Data-Phrasebook \
|
||||
p5-Data-Phrasebook-Loader-YAML>=0:textproc/p5-Data-Phrasebook-Loader-YAML \
|
||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
%%PERL5_MAN3%%/Net::Appliance::Phrasebook.3.gz
|
||||
%%SITE_PERL%%/Net/Appliance/Phrasebook.pm
|
||||
%%SITE_PERL%%/Net/Appliance/Phrasebook/nas-pb.yml
|
||||
%%PERL5_MAN3%%/Net::Appliance::Phrasebook.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue