1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/sysutils/p5-Lchown/Makefile
Philip M. Gollucci a95c361077 - 1.01 apparently use Module::Build, not sure how this worked before
PR:             ports/141555
Reported by:    QAT
2009-12-17 22:53:18 +00:00

24 lines
458 B
Makefile

# New ports collection makefile for: p5-Lchown
# Date created: 2008-04-28
# Whom: Jeffrey Goldberg <jeffrey@goldmark.org>
#
# $FreeBSD$
#
PORTNAME= Lchown
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/N/NC/NCLEATON
PKGNAMEPREFIX= p5-
MAINTAINER= jeffrey@goldmark.org
COMMENT= A perl5 module providing access to lchown(2)
PERL_MODBUILD= yes
MAN3= Lchown.3
.include <bsd.port.mk>