1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/deskutils/hebcal/Makefile
Dmitry Marakasov 747630c2f7 - Switch to new test framework
Approved by:	portmgr blanket
2018-04-20 08:33:46 +00:00

25 lines
397 B
Makefile

# Created by: Edwin Groothuis
# $FreeBSD$
PORTNAME= hebcal
PORTVERSION= 4.13
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
MAINTAINER= rtd24@columbia.edu
COMMENT= Perpetual Jewish calendar
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake perl5
GNU_CONFIGURE= yes
TEST_TARGET= check
USE_GITHUB= yes
PLIST_FILES= bin/hebcal \
man/man1/hebcal.1.gz
.include <bsd.port.mk>