20 lines
374 B
Makefile
20 lines
374 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Config-Options
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Provide a configuration hash with options
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Config::Options.3 \
|
|
Config::Options::Threaded.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|