mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
17 lines
282 B
Makefile
17 lines
282 B
Makefile
# Created by: mig
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Config-Simple
|
|
PORTVERSION= 4.59
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN/Config/SHERZODR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple configuration file class
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|