mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
0a170fe305
The template for a port Makefile can be used automatically by editors like vim. It hasn't been updated since its introduction in 2014 though. Modernize and extend it to meet current best practices: - Replace PORTVERSION with DISTVERSION, which is now the preferred variable to use. - Add the WWW variable which should be set for every port. - Add the LICENSE and LICENSE_FILE variables which should also be set whenever possible. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D42155
14 lines
124 B
Makefile
14 lines
124 B
Makefile
PORTNAME=
|
|
DISTVERSION=
|
|
CATEGORIES=
|
|
MASTER_SITES=
|
|
|
|
MAINTAINER=
|
|
COMMENT=
|
|
WWW=
|
|
|
|
LICENSE=
|
|
LICENSE_FILE=
|
|
|
|
.include <bsd.port.mk>
|