mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
24 lines
530 B
Makefile
24 lines
530 B
Makefile
# New ports collection makefile for: RADIUS::UserFile
|
|
# Date created: 30 Dec 2001
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= RADIUS-UserFile
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl extension for manipulating a RADIUS users file
|
|
|
|
BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= RADIUS::UserFile.3
|
|
|
|
.include <bsd.port.mk>
|