freebsd-ports/security/p5-Unix-Passwd-File/Makefile
Sunpoet Po-Chuan Hsieh 2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00

27 lines
751 B
Makefile

# Created by: Henk van Oers <hvo.pm@xs4all.nl>
# $FreeBSD$
PORTNAME= Unix-Passwd-File
PORTVERSION= 0.10
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= modbuild
.include <bsd.port.mk>