1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/p5-Mknod/Makefile
Andrej Zverev 24373dae37 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-09 13:14:30 +00:00

20 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>