aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-Std/Makefile
blob: 7c9d36a6cabc9dc9c21c6545c640a0a931f4dee1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Config-Std
PORTVERSION=    0.901
PORTREVISION=   1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:BRICKER
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Load and save configuration files in a standard format

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

RUN_DEPENDS=    p5-Class-Std>=0:devel/p5-Class-Std

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>