1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/ctemplate/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

18 lines
276 B
Makefile

PORTNAME= ctemplate
PORTVERSION= 0.5
CATEGORIES= www textproc
MASTER_SITES= SF
MAINTAINER= ap@page2rss.com
COMMENT= Template system for C
WWW= https://ctemplate.sourceforge.net/
LICENSE= NONE
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES+= bin/h2ap
.include <bsd.port.mk>