1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/p5-Unix-Mknod/Makefile
Andrej Zverev 2c6b14778c - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:44:19 +00:00

17 lines
298 B
Makefile

# Created by: Jim Pirzyk pirzyk@FreeBSD.org
# $FreeBSD$
PORTNAME= Unix-Mknod
PORTVERSION= 0.04
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Perl5 module to create special files
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>