blob: 1c9160c368abe1ae05921cda87f44b19e5e80ced (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= hms
PORTVERSION= 0.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Pretty Time of Day
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>
|