2014-06-25 11:56:15 +02:00
|
|
|
# Created by: Mikle Davidkin <skylord@vt.net.ru>
|
2007-07-05 09:08:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= isp
|
2010-01-20 22:58:38 +01:00
|
|
|
PORTVERSION= 1.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 5
|
2007-07-05 09:08:29 +02:00
|
|
|
CATEGORIES= net-p2p
|
2010-01-20 22:58:38 +01:00
|
|
|
MASTER_SITES= SF/verlihub/VH_ISP/${DISTVERSION}
|
2007-07-05 09:08:29 +02:00
|
|
|
|
2010-01-20 22:58:38 +01:00
|
|
|
MAINTAINER= me@skylord.ru
|
2007-07-09 10:20:00 +02:00
|
|
|
|
|
|
|
PLUGIN_DESC= ISP
|
2007-07-05 09:08:29 +02:00
|
|
|
|
|
|
|
PLIST_FILES= share/verlihub/default_pi_isp.sql
|
|
|
|
|
2014-09-08 19:04:04 +02:00
|
|
|
.include "../verlihub-plugins/Makefile.plugins"
|
|
|
|
.include <bsd.port.mk>
|