- Update to 1.98
- Add LICENSE (GPLv3) - Remove Module::Load::Conditional dependency (not used by upstream anymore) Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
This commit is contained in:
parent
f0e054c13b
commit
d3c6c0c3d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282128
2 changed files with 6 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Term-Menus
|
||||
PORTVERSION= 1.97
|
||||
PORTVERSION= 1.98
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:REEDFISH
|
||||
|
@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= Create Powerful Terminal, Console and CMD Environment Menus
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Dump-Streamer>0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
|
||||
p5-Term-RawInput>=0:${PORTSDIR}/devel/p5-Term-RawInput \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
|
@ -24,10 +26,4 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= Term::Menus.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-Module-Load-Conditional>=0:${PORTSDIR}/devel/p5-Module-Load-Conditional
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Term-Menus-1.97.tar.gz) = b6a916fc69290620aa4d024f953f915ae5b958c02c032a0c0501c5d3b387b2a7
|
||||
SIZE (Term-Menus-1.97.tar.gz) = 88385
|
||||
SHA256 (Term-Menus-1.98.tar.gz) = a0b219474420b30631c53206ec8c856e23f5f65e10cff9656399e8ae961875f5
|
||||
SIZE (Term-Menus-1.98.tar.gz) = 93923
|
||||
|
|
Loading…
Reference in a new issue