freebsd-ports/finance/sql-ledger/Makefile
Muhammad Moinur Rahman 7fc87d5783 finance/sql-ledger: Update version 3.0.6=>3.0.8
- Update MASTER_SITES as two of the mentioned mirrors do not resolve
- Migrate Makefile ${CHMOD} to pkg-plist
2015-05-10 10:39:49 +00:00

28 lines
702 B
Makefile

# Created by: lth@FreeBSD.org
# $FreeBSD$
PORTNAME= sql-ledger
PORTVERSION= 3.0.8
CATEGORIES= finance perl5
MASTER_SITES= http://www.sql-ledger.com/source/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Double entry accounting system
LICENSE= GPLv2
BUILD_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message sql-ledger-httpd.conf
USES= shebangfix perl5 pgsql
SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl
do-install:
cd ${WRKDIR} ; \
${TAR} -cf - ${PORTNAME} | ( cd ${STAGEDIR}${PREFIX} ; ${TAR} xf - )
${INSTALL_DATA} ${WRKDIR}/sql-ledger-httpd.conf ${STAGEDIR}${PREFIX}/etc/
.include <bsd.port.mk>