mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1a12c48857
PR: 23718 Submitted by: MAINTAINER
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# New ports collection makefile for: p5-Config-IniFiles
|
|
# Date created: October 21st 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-IniFiles
|
|
PORTVERSION= 2.13
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Config
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
|
|
USE_PERL5= YES
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Config::IniFiles.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|