aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Unix-Passwd-File/Makefile
blob: 75ee77bff2ef90132ac96a96a045531b132f5787 (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
# Created by: Henk van Oers <hvo.pm@xs4all.nl>
# $FreeBSD$

PORTNAME=	Unix-Passwd-File
PORTVERSION=	0.12
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Manipulate passwd and group entries

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Crypt-Password-Util>=0.06:${PORTSDIR}/security/p5-Crypt-Password-Util \
		p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \
		p5-Log-Any>=0:${PORTSDIR}/devel/p5-Log-Any
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
		p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>