freebsd-ports/sysutils/p5-Lchown/Makefile
Andrej Zverev 7a1dccccd5 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:03:27 +00:00

23 lines
441 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= CPAN: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>