24373dae37
Approved by: portmgr (blanket infrastructure)
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# Created by: Sean Farley <sean-freebsd@farley.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mknod
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RLZWART
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sean-freebsd@farley.org
|
|
COMMENT= Perl module interface to the mknod(2) system call
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MANPREFIX= ${SITE_PERL}
|
|
|
|
.include <bsd.port.mk>
|