64216dc912
- Reset maintainer to perl@ Feature safe: yes
21 lines
492 B
Makefile
21 lines
492 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Getargs-Long
|
|
PORTVERSION= 1.1003
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Parse routine arguments
|
|
|
|
BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent \
|
|
p5-Module-Install>=0:${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>
|