- Update to 1.1.2 [1]
- Add LICENSE (Artistic 1 & GPL 1) - define BUILD_DEPENDS to avoid warnings - Remove leading article from COMMENT PR: ports/189075 [1] Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer)
This commit is contained in:
parent
1f3493ec86
commit
4591feafd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354529
2 changed files with 9 additions and 5 deletions
|
@ -2,16 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Toader
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= A CMS meant to be used from the terminal and integrated into a VCS for rendering static pages
|
||||
COMMENT= CMS meant to be used from the terminal and integrated into a VCS for rendering static pages
|
||||
|
||||
RUN_DEPENDS= p5-Config-Tiny>=2.14:${PORTSDIR}/devel/p5-Config-Tiny \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Config-Tiny>=2.14:${PORTSDIR}/devel/p5-Config-Tiny \
|
||||
p5-Email-MIME>=1.911:${PORTSDIR}/mail/p5-Email-MIME \
|
||||
p5-File-MimeInfo>=0.16:${PORTSDIR}/devel/p5-File-MimeInfo \
|
||||
p5-Error-Helper>=1.0.0:${PORTSDIR}/devel/p5-Error-Helper \
|
||||
|
@ -29,6 +32,7 @@ RUN_DEPENDS= p5-Config-Tiny>=2.14:${PORTSDIR}/devel/p5-Config-Tiny \
|
|||
p5-Text-Tags>=0.04:${PORTSDIR}/textproc/p5-Text-Tags \
|
||||
p5-Pod-WikiDoc>=0.18:${PORTSDIR}/textproc/p5-Pod-WikiDoc \
|
||||
p5-Script-isAperlScript>=1.0.0:${PORTSDIR}/devel/p5-Script-isAperlScript
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Toader-1.1.1.tar.gz) = 7fac98d4c0e6c5d3438d7db5e4d6fb4dd9cf3f4ba6eb79b9f9d01c37f4c5cd64
|
||||
SIZE (Toader-1.1.1.tar.gz) = 99624
|
||||
SHA256 (Toader-1.1.2.tar.gz) = bb27c12bc2ed881c4b7129c3f5a5744334c904d0ff984b397439dcd340e0b24f
|
||||
SIZE (Toader-1.1.2.tar.gz) = 100231
|
||||
|
|
Loading…
Reference in a new issue