Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Mknod / Makefile
1 # Created by: Sean Farley <sean-freebsd@farley.org>
2 # $FreeBSD$
3
4 PORTNAME=       Mknod
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:RLZWART
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     sean-freebsd@farley.org
13 COMMENT=        Perl module interface to the mknod(2) system call
14
15 USES=           perl5
16 USE_PERL5=      configure
17
18 MANPREFIX=      ${PREFIX}/${SITE_PERL_REL}
19
20 .include <bsd.port.mk>