ad942c7a6d
- fix installation path of this perl module because this command failed: perl -M'ConfigReader::DirectiveStyle' -e 1 ConfigReader files have to be put under lib/perl5/site_perl/%%PERL_VER%%/ instead of lib/perl5/site_perl/ - now my new port FlowScan finds the ConfigReader::DirectiveStyle PM. "configure:1271: checking for ConfigReader::DirectiveStyle"
30 lines
884 B
Makefile
30 lines
884 B
Makefile
# New ports collection makefile for: p5-ConfigReader
|
|
# Date created: October 20th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ConfigReader
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ConfigReader
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_PERL5= YES
|
|
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
@ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/
|
|
@ ${INSTALL_DATA} ${WRKSRC}/DirectiveStyle.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/
|
|
@ ${INSTALL_DATA} ${WRKSRC}/Spec.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/
|
|
@ ${INSTALL_DATA} ${WRKSRC}/Values.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/
|
|
@ ${INSTALL_DATA} ${WRKSRC}/ConfigReader.pod ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
|
|
|
.include <bsd.port.mk>
|