mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
584b05e2f6
PR: ports/119763 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Craig Manley <cmanley@xs4all.nl> (maintainer), itetcu (mentor, implicit)
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# 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>
|