- Add LICENSE (Artistic 1 & GPL 1) - Remove package name from COMMENT Changes: http://search.cpan.org/dist/IPC-Run-SafeHandles/Changes Feature safe: yes
31 lines
710 B
Makefile
31 lines
710 B
Makefile
# created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-Run-SafeHandles
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Safe guarding for IPC::Run(3)
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IPC::Run::SafeHandles.3
|
|
|
|
PLIST_DIRS= %%SITE_PERL%%/IPC/Run \
|
|
%%SITE_PERL%%/IPC \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run/SafeHandles \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/IPC/Run/SafeHandles.pm \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run/SafeHandles/.packlist
|
|
|
|
.include <bsd.port.mk>
|