- Update to 0.9941
- Add LICENSE - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Tk-Pod/Changes
This commit is contained in:
parent
67ce8d4b93
commit
f3e334e5c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315006
2 changed files with 9 additions and 18 deletions
|
@ -1,13 +1,8 @@
|
|||
# New ports collection makefile for: p5-Tk-Pod
|
||||
# Date created: 2011-10-10
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tk-Pod
|
||||
PORTVERSION= 0.9940
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9941
|
||||
CATEGORIES= textproc tk perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,8 +10,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple Pod browser with hypertext capabilities in a Toplevel widget
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Tk>=800.004:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
RUN_DEPENDS= p5-Tk>=800.004:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -34,11 +32,4 @@ MAN3= Tk::More.3 \
|
|||
Tk::Pod::Util.3 \
|
||||
Tk::Pod_usage.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple
|
||||
RUN_DEPENDS+= p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Tk-Pod-0.9940.tar.gz) = 171279320e0ff76283cc35be3f455050afb44d07701d3637c341c4c36968c24b
|
||||
SIZE (Tk-Pod-0.9940.tar.gz) = 73975
|
||||
SHA256 (Tk-Pod-0.9941.tar.gz) = c33904fd3d0400cb156cefc85eb6b7b6f85def227e0d758a41067d3bbb62d6d6
|
||||
SIZE (Tk-Pod-0.9941.tar.gz) = 75550
|
||||
|
|
Loading…
Reference in a new issue