blob: f3eed05e274b2440414dff57057236f6269e3fdf (
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
|
# New ports collection makefile for: p5-Algorithm-Bucketizer
# Date created: 28 Nov 2006
# Whom: Christopher Boumenot <boumenot@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Sysadm-Install
PORTVERSION= 0.38
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSCHILLI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Typical installation tasks for system administrators
BUILD_DEPENDS= p5-Log-Log4perl>=1.28:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-Expect>=0:${PORTSDIR}/lang/p5-Expect \
p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Sysadm::Install.3
.include <bsd.port.mk>
|