METHODS - new Constructor. Can pass either the binary or string representation of the SID. - as_string Returns string representation of SID. - as_binary Returns binary representation of SID.
17 lines
496 B
Makefile
17 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/02/12 10:26:03 mef Exp $
|
|
|
|
DISTNAME= Net-LDAP-SID-0.001
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/K/KA/KARMAN/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/K/KA/KARMAN/
|
|
COMMENT= Active Directory Security Identifier manipulation
|
|
LICENSE= artistic-2.0
|
|
|
|
|
|
PERL5_PACKLIST= auto/Net/LDAP/SID/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|