freebsd-ports/devel/p5-ConfigReader/Makefile

29 lines
693 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-ConfigReader
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= ConfigReader
PORTVERSION= 0.5
PORTREVISION= 1
1997-04-20 15:53:29 +02:00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
2003-02-20 18:07:10 +01:00
COMMENT= Perl5 module to read directives from a configuration file
USE_PERL5= YES
NO_BUILD= YES
do-install:
${MKDIR} ${PREFIX}/${SITE_PERL_REL}/ConfigReader/
${INSTALL_DATA} ${WRKSRC}/DirectiveStyle.pm ${WRKSRC}/Spec.pm \
${WRKSRC}/Values.pm ${PREFIX}/${SITE_PERL_REL}/ConfigReader/
${INSTALL_DATA} ${WRKSRC}/ConfigReader.pod ${PREFIX}/${SITE_PERL_REL}/
.include <bsd.port.mk>