b3c6e6ce4b
This package provides commands to convert a date into a number and vice versa. Additionally there are commands for incrementing and decrementing a date. Leap years and the Gregorian calendar reform are considered.
13 lines
353 B
Makefile
13 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/08/24 02:29:57 markd Exp $
|
|
|
|
DISTNAME= datenumber.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-0.02
|
|
TEXLIVE_REV= 18951
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/datenumber
|
|
COMMENT= Documentation for tex-datenumber
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|