blob: c32279bec17b02d040cda6e36e3a6eecd2ef6d6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= Samba-SIDhelper
PORTVERSION= 0.0.0
PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Samba
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Create SIDs based on G/UIDs
USES= perl5
USE_PERL5= configure
MAN3= Samba::SIDhelper.3
NO_STAGE= yes
.include <bsd.port.mk>
|