c1ffb000e2
- Switch to USE_GITHUB - Improve the COMMENT line description - Add regression-test target - Improve the content of pkg-descr - Update WWW in pkg-descr - Pass maintainership to submitter Changelog: https://github.com/hebcal/hebcal/releases/tag/v4.13 PR: 221142 Submitted by: Ryder Dain <rtd24@columbia.edu>
26 lines
439 B
Makefile
26 lines
439 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
|
|
|
|
USE_GITHUB= yes
|
|
|
|
PLIST_FILES= bin/hebcal \
|
|
man/man1/hebcal.1.gz
|
|
|
|
regression-test: build
|
|
(cd ${WRKSRC} && ${MAKE_CMD} check)
|
|
|
|
.include <bsd.port.mk>
|