blob: 1a01135bbba3fda70b2c525d0a8a94e75694879a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# New ports collection makefile for: p5-Paranoid
# Date created: 2010-04-27
# Whom: jupengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Paranoid
PORTVERSION= 0.30
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Paranoia support for safer programs
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
MAN3= Paranoid::Data.3 \
Paranoid::Log::File.3 \
Paranoid::Log::Email.3 \
Paranoid::Args.3 \
Paranoid::Lockfile.3 \
Paranoid.3 \
Paranoid::Log.3 \
Paranoid::Glob.3 \
Paranoid::Input.3 \
Paranoid::Log::Syslog.3 \
Paranoid::Filesystem.3 \
Paranoid::Process.3 \
Paranoid::BerkeleyDB.3 \
Paranoid::Module.3 \
Paranoid::Network.3 \
Paranoid::Log::Buffer.3 \
Paranoid::Debug.3
.include <bsd.port.mk>
|