mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.30
- Add LICENSE (Artistic 1 & GPLv1) - Take maintainership Changes: http://search.cpan.org/dist/Paranoid/CHANGELOG
This commit is contained in:
parent
6bbef7efb7
commit
8ab140d80a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282240
2 changed files with 11 additions and 6 deletions
|
@ -6,16 +6,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= Paranoid
|
||||
PORTVERSION= 0.27
|
||||
PORTVERSION= 0.30
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= Paranoia support for safer programs
|
||||
|
||||
RUN_DEPENDS= p5-BerkeleyDB>0:${PORTSDIR}/databases/p5-BerkeleyDB \
|
||||
p5-Unix-Syslog>0:${PORTSDIR}/sysutils/p5-Unix-Syslog
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-BerkeleyDB>=0.32:${PORTSDIR}/databases/p5-BerkeleyDB \
|
||||
p5-Unix-Syslog>=1.1:${PORTSDIR}/sysutils/p5-Unix-Syslog \
|
||||
p5-Socket6>=0.23:${PORTSDIR}/net/p5-Socket6
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Paranoid-0.27.tar.gz) = 6c09ed5945f8ebfd68979f1e8a0216c0e96e6a0061f02f6d097b2b47625e4301
|
||||
SIZE (Paranoid-0.27.tar.gz) = 82013
|
||||
SHA256 (Paranoid-0.30.tar.gz) = 4ed4b9782eec6e10818fb3471181e54813237a96feffe142260f2415e200ac91
|
||||
SIZE (Paranoid-0.30.tar.gz) = 85573
|
||||
|
|
Loading…
Add table
Reference in a new issue