cb41fc6623
Sponsored by: Absolight
19 lines
319 B
Makefile
19 lines
319 B
Makefile
# Created by: Craig Manley
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Config-Properties
|
|
PORTVERSION= 1.80
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Read and write property files
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|