mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# New ports collection makefile for: devel/p5-Data-OptList
|
|
# Date created: 6/6/6
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-OptList
|
|
PORTVERSION= 0.107
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Parse and validate simple name/value option pairs
|
|
|
|
RUN_DEPENDS= p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util \
|
|
p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::OptList.3
|
|
|
|
.include <bsd.port.mk>
|