diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:13:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:13:27 +0000 |
commit | 995f5a5f620f84d12fd92f63ba018f0dbc95c4a5 (patch) | |
tree | b6dffe38d7174e3cea11da95ba672956bd043cf0 /sysutils/ucspi-ipc | |
parent | 135d83279d7748ae53f2b6d71d5e808e6a14c5ec (diff) | |
download | ports-995f5a5f620f84d12fd92f63ba018f0dbc95c4a5.tar.gz ports-995f5a5f620f84d12fd92f63ba018f0dbc95c4a5.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326572
Diffstat (limited to 'sysutils/ucspi-ipc')
-rw-r--r-- | sysutils/ucspi-ipc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ucspi-ipc/Makefile b/sysutils/ucspi-ipc/Makefile index 9de962bf327d..a44e32ba1fde 100644 --- a/sysutils/ucspi-ipc/Makefile +++ b/sysutils/ucspi-ipc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.superscript.com/ucspi-ipc/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= UCSPI tools for building local-domain client-server applications -USE_PERL5= yes +USES= perl5 DISABLE_SIZE= yes |