20 lines
414 B
Makefile
20 lines
414 B
Makefile
# Created by: Dikshie <dikshie@sfc.wide.ad.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Config-Grammar
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DSCHWEI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dikshie@sfc.wide.ad.jp
|
|
COMMENT= A grammar-based, user-friendly config parser
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Config::Grammar.3 Config::Grammar::Dynamic.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|