freebsd-ports/devel/p5-Getargs-Long/Makefile
Pav Lucistnik 9eb7edc899 - This needs Module::Install to build
Overlooked by:	ijliao
2007-12-21 21:43:24 +00:00

25 lines
587 B
Makefile

# New ports collection makefile for: Getargs::Long
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Getargs-Long
PORTVERSION= 1.1002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Parse routine arguments
BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent \
${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent
PERL_CONFIGURE= yes
MAN3= Getargs::Long.3
.include <bsd.port.mk>