blob: 5af63653333d62cec5bb4aed6b60a4b26c833cd2 (
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
|
# New ports collection makefile for: Config-Properties
# Date created: 28 December 2006
# Whom: Craig Manley
#
# $FreeBSD$
#
PORTNAME= Config-Properties
PORTVERSION= 1.68
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
MAINTAINER= cmanley@xs4all.nl
COMMENT= Read and write property files
USE_PERL5= 5.6.0+
PERL_CONFIGURE= yes
MAN3= Config::Properties.3
.include <bsd.port.mk>
|