diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-10-07 15:47:18 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-10-07 15:47:18 +0000 |
commit | d2d421aab674b75cb1ee2285e3afde097ef76d3c (patch) | |
tree | 02740a25bb09a9a017f02ce472b650d856f2e25b /irc/inspircd/Makefile | |
parent | 52eae7611d0b238662c125abc39cd10ccf9eb0f0 (diff) | |
download | ports-d2d421aab674b75cb1ee2285e3afde097ef76d3c.tar.gz ports-d2d421aab674b75cb1ee2285e3afde097ef76d3c.zip |
Notes
Diffstat (limited to 'irc/inspircd/Makefile')
-rw-r--r-- | irc/inspircd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 8fee87f5dee2..a065d1d37865 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -34,9 +34,12 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ GROUPS=${GROUPS} # Configure script is written in perl -USES= perl5 +USES= cpe perl5 USE_PERL5= build +CPE_VENDOR= inspire_ircd +CPE_PRODUCT= inspircd + HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \ --module-dir=${PREFIX}/lib/${PORTNAME}/modules \ |