blob: e5dc5df0cc79ee1599caed4945d6efb38c3a63ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Craig Manley
# $FreeBSD$
PORTNAME= Config-Properties
PORTVERSION= 1.75
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cmanley@xs4all.nl
COMMENT= Read and write property files
USES= perl5
USE_PERL5= configure
MAN3= Config::Properties.3
.include <bsd.port.mk>
|