1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/sysutils/p5-Sysadm-Install/Makefile
Wesley Shields b6b06e8364 Update to 0.27
PR:		ports/128566
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
Approved by:	Christopher Boumenot <boumenot@gmail.com> (maintainer)
2008-11-05 04:27:19 +00:00

31 lines
916 B
Makefile

# 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.27
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSCHILLI
PKGNAMEPREFIX= p5-
MAINTAINER= boumenot@gmail.com
COMMENT= Typical installation tasks for system administrators
BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect \
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Sysadm::Install.3
.include <bsd.port.mk>