mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
18 lines
358 B
Makefile
18 lines
358 B
Makefile
# Created by: mig
|
|
# $FreeBSD: head/devel/p5-Config-Simple/Makefile 375378 2014-12-24 00:14:11Z bofh $
|
|
|
|
PORTNAME= Config-Simple
|
|
PORTVERSION= 4.59
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN/Config/SHERZODR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Simple configuration file class
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|