freebsd-ports/devel/p5-IniConf/Makefile

27 lines
558 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-IniConf
# Date created: October 21st 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2000-04-11 17:30:15 -04:00
PORTNAME= IniConf
PORTVERSION= 0.92
1997-04-20 09:53:29 -04:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IniConf
2000-04-11 17:30:15 -04:00
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}.pm-${PORTVERSION}
MAINTAINER= jfitz@FreeBSD.org
USE_PERL5= YES
MAN3= IniConf.pm.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>