View | Details | Raw Unified | Return to bug 177700
Collapse All | Expand All

(-)Makefile (-7 / +3 lines)
Lines 1-17 Link Here
1
# New ports collection makefile for:	p5-Daemon-Generic
1
# Created by: BluePex Security Solutions <freebsd-ports@bluepex.com>
2
# Date created:		2008-05-30
3
# Whom:			BluePex Security Solutions <freebsd-ports@bluepex.com>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	Daemon-Generic
4
PORTNAME=	Daemon-Generic
9
PORTVERSION=	0.82
5
PORTVERSION=	0.83
10
CATEGORIES=	net perl5
6
CATEGORIES=	net perl5
11
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
13
9
14
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	danilogondolfo@gmail.com
15
COMMENT=	Framework to provide start/stop/reload for a daemon
11
COMMENT=	Framework to provide start/stop/reload for a daemon
16
12
17
BUILD_DEPENDS=	p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \
13
BUILD_DEPENDS=	p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Daemon-Generic-0.82.tar.gz) = febc92ce5ac235d22a1544b8cd94cc33970e9abef4409515e0260306be2ed0d6
1
SHA256 (Daemon-Generic-0.83.tar.gz) = b74a89bedf3e169cd7f03571b8236a0a64d410af8ade995b860f0feaf7b23158
2
SIZE (Daemon-Generic-0.82.tar.gz) = 14146
2
SIZE (Daemon-Generic-0.83.tar.gz) = 14991

Return to bug 177700