blob: 23a8c64bdd229d89cfc442907ab16d78b3135c4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: Config-Simple
# Date created: 8 Oct 2003
# Whom: mig
#
# $FreeBSD$
#
PORTNAME= Config-Simple
PORTVERSION= 4.59
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config/SHERZODR
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple configuration file class
PERL_CONFIGURE= yes
MAN3= Config::Simple.3
.include <bsd.port.mk>
|