5933ac0b09
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
29 lines
727 B
Makefile
29 lines
727 B
Makefile
# Created by: Dima Sivachenko <dima@Chg.RU>
|
|
|
|
PORTNAME= calamaris
|
|
PORTVERSION= 2.59
|
|
PORTREVISION= 2
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= http://cord.de/files/calamaris/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl script to produce statistics out of Squid log files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CONFLICTS_INSTALL= calamaris-devel
|
|
|
|
USES= shebangfix perl5
|
|
NO_BUILD= yes
|
|
SHEBANG_FILES= calamaris
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|