1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add a master port to use perl when installing irssi.

This commit is contained in:
Alfred Perlstein 2003-12-28 09:32:33 +00:00
parent 9416c015cb
commit 0d12c2d660
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96754
2 changed files with 17 additions and 0 deletions

View File

@ -35,6 +35,7 @@
SUBDIR += ircservices
SUBDIR += iroffer
SUBDIR += irssi
SUBDIR += irssi+perl
SUBDIR += kmyirc
SUBDIR += konversation
SUBDIR += liece

16
irc/irssi+perl/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: irssi+perl
# Date created: Sat Dec 27, 2003
# Whom: Alfred Perlstein <alfred@freebsd.org>
#
# $FreeBSD$
#
WITH_PERL= yes
MASTERDIR= ${.CURDIR}/../irssi
PKGNAMESUFFIX= +perl
MAINTAINER?= alfred@FreeBSD.org
COMMENT?= A modular IRC client with many features (with perl)
.include "${MASTERDIR}/Makefile"